Loading core/java/android/provider/ThemesContract.java +24 −0 Original line number Original line Diff line number Diff line Loading @@ -463,5 +463,29 @@ public class ThemesContract { * <P>Type: BLOB (bitmap)</P> * <P>Type: BLOB (bitmap)</P> */ */ public static final String NAVBAR_RECENT_BUTTON = "navbar_recent_button"; public static final String NAVBAR_RECENT_BUTTON = "navbar_recent_button"; /** * Cached image of the 1/4 icons * <P>Type: BLOB (bitmap)</P> */ public static final String ICON_PREVIEW_1 = "icon_preview_1"; /** * Cached image of the 2/4 icons * <P>Type: BLOB (bitmap)</P> */ public static final String ICON_PREVIEW_2 = "icon_preview_2"; /** * Cached image of the 3/4 icons * <P>Type: BLOB (bitmap)</P> */ public static final String ICON_PREVIEW_3 = "icon_preview_3"; /** * Cached image of the 4/4 icons * <P>Type: BLOB (bitmap)</P> */ public static final String ICON_PREVIEW_4 = "icon_preview_4"; } } } } Loading
core/java/android/provider/ThemesContract.java +24 −0 Original line number Original line Diff line number Diff line Loading @@ -463,5 +463,29 @@ public class ThemesContract { * <P>Type: BLOB (bitmap)</P> * <P>Type: BLOB (bitmap)</P> */ */ public static final String NAVBAR_RECENT_BUTTON = "navbar_recent_button"; public static final String NAVBAR_RECENT_BUTTON = "navbar_recent_button"; /** * Cached image of the 1/4 icons * <P>Type: BLOB (bitmap)</P> */ public static final String ICON_PREVIEW_1 = "icon_preview_1"; /** * Cached image of the 2/4 icons * <P>Type: BLOB (bitmap)</P> */ public static final String ICON_PREVIEW_2 = "icon_preview_2"; /** * Cached image of the 3/4 icons * <P>Type: BLOB (bitmap)</P> */ public static final String ICON_PREVIEW_3 = "icon_preview_3"; /** * Cached image of the 4/4 icons * <P>Type: BLOB (bitmap)</P> */ public static final String ICON_PREVIEW_4 = "icon_preview_4"; } } } }