Loading core/java/android/provider/ThemesContract.java +6 −0 Original line number Diff line number Diff line Loading @@ -502,6 +502,12 @@ public class ThemesContract { */ public static final String STYLE_PREVIEW = "style_preview"; /** * Cached thumbnail preview of UI controls representing the theme's style * <P>Type: BLOB (bitmap)</P> */ public static final String STYLE_THUMBNAIL = "style_thumbnail"; /** * Cached thumbnail of the theme's boot animation * <P>Type: BLOB (bitmap)</P> Loading Loading
core/java/android/provider/ThemesContract.java +6 −0 Original line number Diff line number Diff line Loading @@ -502,6 +502,12 @@ public class ThemesContract { */ public static final String STYLE_PREVIEW = "style_preview"; /** * Cached thumbnail preview of UI controls representing the theme's style * <P>Type: BLOB (bitmap)</P> */ public static final String STYLE_THUMBNAIL = "style_thumbnail"; /** * Cached thumbnail of the theme's boot animation * <P>Type: BLOB (bitmap)</P> Loading