Home
last modified time | relevance | path

Searched defs:COLORS (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
DTiledImageView.java253 private static final int[] COLORS = new int[] { field in TiledImageView.ColoredTiles
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageView.java327 private static final int[] COLORS = new int[] { field in TiledImageView.ColoredTiles
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java154 public static final String COLORS = "Colors"; field
DCalendarProvider2.java4640 private static final int COLORS = 32; field in CalendarProvider2
4690 sUriMatcher.addURI(CalendarContract.AUTHORITY, "colors", COLORS); in sUriMatcher.addURI() argument