public static class

ThemesContract.PreviewColumns

extends Object
java.lang.Object
   ↳ cyanogenmod.providers.ThemesContract.PreviewColumns

Class Overview

Table containing cached preview files for a given theme

Summary

Constants
String BOOTANIMATION_THUMBNAIL Cached thumbnail of the theme's boot animation

Type: String (file path)

String COL_KEY The unique key for a row.
String COL_VALUE The package name that corresponds to a given component.
String COMPONENT_ID The unique ID for the component within a theme.
String ICON_PREVIEW_1 Cached image of the 1/3 icons

Type: String (file path)

String ICON_PREVIEW_2 Cached image of the 2/3 icons

Type: String (file path)

String ICON_PREVIEW_3 Cached image of the 3/3 icons

Type: String (file path)

String LIVE_LOCK_SCREEN_PREVIEW Cached preview of live lock screen

Type: String (file path)

String LIVE_LOCK_SCREEN_THUMBNAIL Cached thumbnail preview of live lock screen

Type: String (file path)

String LOCK_WALLPAPER_PREVIEW Cached preview of the theme's lockscreen wallpaper which is larger than the thumbnail but smaller than the full sized lockscreen wallpaper.
String LOCK_WALLPAPER_THUMBNAIL Cached thumbnail of the theme's lockscreen wallpaper

Type: String (file path)

String NAVBAR_BACKGROUND Cached image of the themed navigation bar background.
String NAVBAR_BACK_BUTTON Cached image of the themed back button.
String NAVBAR_HOME_BUTTON Cached image of the themed home button.
String NAVBAR_RECENT_BUTTON Cached image of the themed recents button.
String STATUSBAR_BACKGROUND Cached image of the themed status bar background.
String STATUSBAR_BATTERY_CIRCLE Cached image of the themed battery using circle style.
String STATUSBAR_BATTERY_LANDSCAPE Cached image of the themed battery using landscape style.
String STATUSBAR_BATTERY_PORTRAIT Cached image of the themed battery using portrait style.
String STATUSBAR_BLUETOOTH_ICON Cached image of the themed bluetooth status icon.
String STATUSBAR_CLOCK_TEXT_COLOR The themed color used for clock text in the status bar.
String STATUSBAR_SIGNAL_ICON Cached image of the themed cellular signal status icon.
String STATUSBAR_WIFI_COMBO_MARGIN_END The themed margin value between the wifi and rssi signal icons.
String STATUSBAR_WIFI_ICON Cached image of the themed wifi status icon.
String STYLE_PREVIEW Cached preview of UI controls representing the theme's style

Type: String (file path)

String STYLE_THUMBNAIL Cached thumbnail preview of UI controls representing the theme's style

Type: String (file path)

String THEME_ID The unique ID for the theme these previews belong to.
String WALLPAPER_FULL Full path to the theme's wallpaper asset.
String WALLPAPER_PREVIEW Cached preview of the theme's wallpaper which is larger than the thumbnail but smaller than the full sized wallpaper.
String WALLPAPER_THUMBNAIL Cached thumbnail of the theme's wallpaper

Type: String (file path)

String _ID The unique ID for a row.
Fields
public static final Uri APPLIED_URI Uri for retrieving the previews for the currently applied components.
public static final Uri COMPONENTS_URI Uri for retrieving the default previews for the theme.
public static final Uri CONTENT_URI Uri for retrieving the previews table.
public static final String[] VALID_KEYS
Public Constructors
ThemesContract.PreviewColumns()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String BOOTANIMATION_THUMBNAIL

Added in API level 5

Cached thumbnail of the theme's boot animation

Type: String (file path)

Constant Value: "bootanimation_thumbnail"

public static final String COL_KEY

Added in API level 5

The unique key for a row. See the Valid key constants section below for valid examples

Type: TEXT

Constant Value: "key"

public static final String COL_VALUE

Added in API level 5

The package name that corresponds to a given component.

Type: String

Constant Value: "value"

public static final String COMPONENT_ID

Added in API level 5

The unique ID for the component within a theme.

Type: INTEGER (long)

Constant Value: "component_id"

public static final String ICON_PREVIEW_1

Added in API level 5

Cached image of the 1/3 icons

Type: String (file path)

Constant Value: "icon_preview_1"

public static final String ICON_PREVIEW_2

Added in API level 5

Cached image of the 2/3 icons

Type: String (file path)

Constant Value: "icon_preview_2"

public static final String ICON_PREVIEW_3

Added in API level 5

Cached image of the 3/3 icons

Type: String (file path)

Constant Value: "icon_preview_3"

public static final String LIVE_LOCK_SCREEN_PREVIEW

Added in API level 5

Cached preview of live lock screen

Type: String (file path)

Constant Value: "live_lock_screen_preview"

public static final String LIVE_LOCK_SCREEN_THUMBNAIL

Added in API level 5

Cached thumbnail preview of live lock screen

Type: String (file path)

Constant Value: "live_lock_screen_thumbnail"

public static final String LOCK_WALLPAPER_PREVIEW

Added in API level 5

Cached preview of the theme's lockscreen wallpaper which is larger than the thumbnail but smaller than the full sized lockscreen wallpaper.

Type: String (file path)

Constant Value: "lock_wallpaper_preview"

public static final String LOCK_WALLPAPER_THUMBNAIL

Added in API level 5

Cached thumbnail of the theme's lockscreen wallpaper

Type: String (file path)

Constant Value: "lock_wallpaper_thumbnail"

public static final String NAVBAR_BACKGROUND

Added in API level 5

Cached image of the themed navigation bar background.

Type: String (file path)

Constant Value: "navbar_background"

public static final String NAVBAR_BACK_BUTTON

Added in API level 5

Cached image of the themed back button.

Type: String (file path)

Constant Value: "navbar_back_button"

public static final String NAVBAR_HOME_BUTTON

Added in API level 5

Cached image of the themed home button.

Type: String (file path)

Constant Value: "navbar_home_button"

public static final String NAVBAR_RECENT_BUTTON

Added in API level 5

Cached image of the themed recents button.

Type: String (file path)

Constant Value: "navbar_recent_button"

public static final String STATUSBAR_BACKGROUND

Added in API level 5

Cached image of the themed status bar background.

Type: String (file path)

Constant Value: "statusbar_background"

public static final String STATUSBAR_BATTERY_CIRCLE

Added in API level 5

Cached image of the themed battery using circle style.

Type: String (file path)

Constant Value: "statusbar_battery_circle"

public static final String STATUSBAR_BATTERY_LANDSCAPE

Added in API level 5

Cached image of the themed battery using landscape style.

Type: String (file path)

Constant Value: "statusbar_battery_landscape"

public static final String STATUSBAR_BATTERY_PORTRAIT

Added in API level 5

Cached image of the themed battery using portrait style.

Type: String (file path)

Constant Value: "statusbar_battery_portrait"

public static final String STATUSBAR_BLUETOOTH_ICON

Added in API level 5

Cached image of the themed bluetooth status icon.

Type: String (file path)

Constant Value: "statusbar_bluetooth_icon"

public static final String STATUSBAR_CLOCK_TEXT_COLOR

Added in API level 5

The themed color used for clock text in the status bar.

Type: INTEGER (int)

Constant Value: "statusbar_clock_text_color"

public static final String STATUSBAR_SIGNAL_ICON

Added in API level 5

Cached image of the themed cellular signal status icon.

Type: String (file path)

Constant Value: "statusbar_signal_icon"

public static final String STATUSBAR_WIFI_COMBO_MARGIN_END

Added in API level 5

The themed margin value between the wifi and rssi signal icons.

Type: INTEGER (int)

Constant Value: "wifi_combo_margin_end"

public static final String STATUSBAR_WIFI_ICON

Added in API level 5

Cached image of the themed wifi status icon.

Type: String (file path)

Constant Value: "statusbar_wifi_icon"

public static final String STYLE_PREVIEW

Added in API level 5

Cached preview of UI controls representing the theme's style

Type: String (file path)

Constant Value: "style_preview"

public static final String STYLE_THUMBNAIL

Added in API level 5

Cached thumbnail preview of UI controls representing the theme's style

Type: String (file path)

Constant Value: "style_thumbnail"

public static final String THEME_ID

Added in API level 5

The unique ID for the theme these previews belong to.

Type: INTEGER (long)

Constant Value: "theme_id"

public static final String WALLPAPER_FULL

Added in API level 5

Full path to the theme's wallpaper asset.

Type: String (file path)

Constant Value: "wallpaper_full"

public static final String WALLPAPER_PREVIEW

Added in API level 5

Cached preview of the theme's wallpaper which is larger than the thumbnail but smaller than the full sized wallpaper.

Type: String (file path)

Constant Value: "wallpaper_preview"

public static final String WALLPAPER_THUMBNAIL

Added in API level 5

Cached thumbnail of the theme's wallpaper

Type: String (file path)

Constant Value: "wallpaper_thumbnail"

public static final String _ID

Added in API level 5

The unique ID for a row.

Type: INTEGER (long)

Constant Value: "_id"

Fields

public static final Uri APPLIED_URI

Added in API level 5

Uri for retrieving the previews for the currently applied components. Querying the themes provider using this URI will return a cursor with a single row containing all the previews for the components that are currently applied.

public static final Uri COMPONENTS_URI

Added in API level 5

Uri for retrieving the default previews for the theme. Querying the themes provider using this URI will return a cursor with a single row containing all the previews for the default components of the current theme.

public static final Uri CONTENT_URI

Added in API level 5

Uri for retrieving the previews table. Querying the themes provider using this URI will return a cursor with a key and value columns, and a row for each component.

public static final String[] VALID_KEYS

Added in API level 5

Public Constructors

public ThemesContract.PreviewColumns ()

Added in API level 5