java.lang.Object | |
↳ | cyanogenmod.providers.ThemesContract.ThemesColumns |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ThemesContract.ThemesColumns.InstallState |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | AUTHOR |
Name of the author of the theme
Type: TEXT |
|||||||||
String | BOOT_ANIM_URI | TODO: Figure structure for actual animation instead of static URI to an image of the boot_anim. | |||||||||
String | DATE_CREATED | The time that this row was created on its originating client (msecs since the epoch). | |||||||||
String | FONT_URI | URI to an image of the fonts in this theme. | |||||||||
String | HOMESCREEN_URI | URI to an image that shows the homescreen with the theme applied since the epoch). | |||||||||
String | ICON_URI | URI to an image of the fonts in this theme. | |||||||||
String | INSTALL_STATE | The install state of the theme. | |||||||||
String | INSTALL_TIME | install time in millisecs. | |||||||||
String | IS_DEFAULT_THEME | 1 if this theme is the system default theme. | |||||||||
String | IS_LEGACY_ICONPACK | 1 if this theme is a legacy iconpack. | |||||||||
String | IS_LEGACY_THEME | 1 if this theme is a legacy theme. | |||||||||
String | LAST_UPDATE_TIME | install/update time in millisecs. | |||||||||
String | LOCKSCREEN_URI |
URI to an image that shows the lockscreen with theme applied
Type: TEXT |
|||||||||
String | MODIFIES_ALARMS |
1 if theme modifies alarm sounds
Type: INTEGER Default: 0 |
|||||||||
String | MODIFIES_BOOT_ANIM |
1 if theme modifies boot animation
Type: INTEGER Default: 0 |
|||||||||
String | MODIFIES_FONTS |
1 if theme modifies fonts
Type: INTEGER Default: 0 |
|||||||||
String | MODIFIES_ICONS |
1 if theme modifies icons else 0
Type: INTEGER Default: 0 |
|||||||||
String | MODIFIES_LAUNCHER |
1 if theme modifies the launcher/homescreen else 0
Type: INTEGER Default: 0 |
|||||||||
String | MODIFIES_LIVE_LOCK_SCREEN |
1 if theme has a live lock screen
Type: INTEGER Default: 0 |
|||||||||
String | MODIFIES_LOCKSCREEN |
1 if theme modifies the lockscreen else 0
Type: INTEGER Default: 0 |
|||||||||
String | MODIFIES_NAVIGATION_BAR |
1 if theme has an overlay for SystemUI/NavBar
Type: INTEGER Default: 0 |
|||||||||
String | MODIFIES_NOTIFICATIONS |
1 if theme modifies notifications
Type: INTEGER Default: 0 |
|||||||||
String | MODIFIES_OVERLAYS |
1 if theme has overlays
Type: INTEGER Default: 0 |
|||||||||
String | MODIFIES_RINGTONES |
1 if theme modifies ringtones
Type: INTEGER Default: 0 |
|||||||||
String | MODIFIES_STATUS_BAR |
1 if theme has an overlay for SystemUI/StatusBar
Type: INTEGER Default: 0 |
|||||||||
String | OVERLAYS_URI | URI to an image of the fonts in this theme. | |||||||||
String | PKG_NAME | Unique text to identify the apk pkg. | |||||||||
String | PRESENT_AS_THEME | 1 if this row should actually be presented as a theme to the user. | |||||||||
String | PRIMARY_COLOR |
A 32 bit RRGGBB color representative of the themes color scheme
Type: INTEGER |
|||||||||
String | SECONDARY_COLOR |
A 2nd 32 bit RRGGBB color representative of the themes color scheme
Type: INTEGER |
|||||||||
String | STATUSBAR_URI | URI to an image of the status bar for this theme. | |||||||||
String | STYLE_URI |
URI to an image that shows the style (aka skin) with theme applied
Type: TEXT |
|||||||||
String | TARGET_API | The target API this theme supports is populated by the PackageInfo. | |||||||||
String | TITLE | The user visible title. | |||||||||
String | WALLPAPER_URI | URI to the theme's wallpaper. | |||||||||
String | _ID | The unique ID for a row. |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CONTENT_URI |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Name of the author of the theme
Type: TEXT
TODO: Figure structure for actual animation instead of static URI to an image of the boot_anim.
Type: TEXT
The time that this row was created on its originating client (msecs since the epoch).
Type: INTEGER
URI to an image of the fonts in this theme.
Type: TEXT
URI to an image that shows the homescreen with the theme applied since the epoch).
Type: TEXT
URI to an image of the fonts in this theme.
Type: TEXT
The install state of the theme.
Can be one of the following:
UNKNOWN
INSTALLING
UPDATING
INSTALLED
Type: INTEGER
Default: 0
install time in millisecs. When the row is inserted this column is populated by the PackageInfo.
Type: INTEGER
Default: 0
1 if this theme is the system default theme.
Type: INTEGER
Default: 0
1 if this theme is a legacy iconpack. A legacy icon pack is an APK that was written for Trebuchet or a 3rd party launcher.
Type: INTEGER
Default: 0
1 if this theme is a legacy theme.
Type: INTEGER
Default: 0
install/update time in millisecs. When the row is inserted this column is populated by the PackageInfo. It is used for syncing to PM
Type: INTEGER
Default: 0
URI to an image that shows the lockscreen with theme applied
Type: TEXT
1 if theme modifies alarm sounds
Type: INTEGER
Default: 0
1 if theme modifies boot animation
Type: INTEGER
Default: 0
1 if theme modifies fonts
Type: INTEGER
Default: 0
1 if theme modifies icons else 0
Type: INTEGER
Default: 0
1 if theme modifies the launcher/homescreen else 0
Type: INTEGER
Default: 0
1 if theme has a live lock screen
Type: INTEGER
Default: 0
1 if theme modifies the lockscreen else 0
Type: INTEGER
Default: 0
1 if theme has an overlay for SystemUI/NavBar
Type: INTEGER
Default: 0
1 if theme modifies notifications
Type: INTEGER
Default: 0
1 if theme has overlays
Type: INTEGER
Default: 0
1 if theme modifies ringtones
Type: INTEGER
Default: 0
1 if theme has an overlay for SystemUI/StatusBar
Type: INTEGER
Default: 0
URI to an image of the fonts in this theme.
Type: TEXT
Unique text to identify the apk pkg. ie "com.foo.bar"
Type: TEXT
1 if this row should actually be presented as a theme to the user. For example if a "theme" only modifies one component (ex icons) then we do not present it to the user under the themes table.
Type: INTEGER
Default: 0
A 32 bit RRGGBB color representative of the themes color scheme
Type: INTEGER
A 2nd 32 bit RRGGBB color representative of the themes color scheme
Type: INTEGER
URI to an image of the status bar for this theme.
Type: TEXT
URI to an image that shows the style (aka skin) with theme applied
Type: TEXT
The target API this theme supports is populated by the PackageInfo.
Type: INTEGER
Default: 0
The user visible title.
Type: TEXT
URI to the theme's wallpaper. We should support multiple wallpaper but for now we will just have 1.
Type: TEXT
The unique ID for a row.
Type: INTEGER (long)