java.lang.Object | |
↳ | cyanogenmod.providers.ThemesContract.PreviewColumns |
Table containing cached preview files for a given theme
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 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
APPLIED_URI | Uri for retrieving the previews for the currently applied components. | ||||||||||
COMPONENTS_URI | Uri for retrieving the default previews for the theme. | ||||||||||
CONTENT_URI | Uri for retrieving the previews table. | ||||||||||
VALID_KEYS |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Cached thumbnail of the theme's boot animation
Type: String (file path)
The unique key for a row. See the Valid key constants section below for valid examples
Type: TEXT
The package name that corresponds to a given component.
Type: String
The unique ID for the component within a theme.
Type: INTEGER (long)
Cached image of the 1/3 icons
Type: String (file path)
Cached image of the 2/3 icons
Type: String (file path)
Cached image of the 3/3 icons
Type: String (file path)
Cached preview of live lock screen
Type: String (file path)
Cached thumbnail preview of live lock screen
Type: String (file path)
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)
Cached thumbnail of the theme's lockscreen wallpaper
Type: String (file path)
Cached image of the themed navigation bar background.
Type: String (file path)
Cached image of the themed back button.
Type: String (file path)
Cached image of the themed home button.
Type: String (file path)
Cached image of the themed recents button.
Type: String (file path)
Cached image of the themed status bar background.
Type: String (file path)
Cached image of the themed battery using circle style.
Type: String (file path)
Cached image of the themed battery using landscape style.
Type: String (file path)
Cached image of the themed battery using portrait style.
Type: String (file path)
Cached image of the themed bluetooth status icon.
Type: String (file path)
The themed color used for clock text in the status bar.
Type: INTEGER (int)
Cached image of the themed cellular signal status icon.
Type: String (file path)
The themed margin value between the wifi and rssi signal icons.
Type: INTEGER (int)
Cached image of the themed wifi status icon.
Type: String (file path)
Cached preview of UI controls representing the theme's style
Type: String (file path)
Cached thumbnail preview of UI controls representing the theme's style
Type: String (file path)
The unique ID for the theme these previews belong to.
Type: INTEGER (long)
Full path to the theme's wallpaper asset.
Type: String (file path)
Cached preview of the theme's wallpaper which is larger than the thumbnail but smaller than the full sized wallpaper.
Type: String (file path)
Cached thumbnail of the theme's wallpaper
Type: String (file path)
The unique ID for a row.
Type: INTEGER (long)
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.
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.
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.