Home
last modified time | relevance | path

Searched refs: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
294 mCanvas.drawColor(COLORS[level]); in getTile()
/packages/apps/Gallery2/src/com/android/photos/views/
DTiledImageView.java327 private static final int[] COLORS = new int[] { field in TiledImageView.ColoredTiles
368 mCanvas.drawColor(COLORS[level]); in getTile()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java154 public static final String COLORS = "Colors"; field
205 + " SET calendar_color=(SELECT " + Colors.COLOR + " FROM " + Tables.COLORS + " WHERE "
219 + " SET eventColor=(SELECT " + Colors.COLOR + " FROM " + Tables.COLORS + " WHERE "
330 mColorsInserter = new DatabaseUtils.InsertHelper(db, Tables.COLORS); in onOpen()
749 db.execSQL("CREATE TABLE " + Tables.COLORS + " (" + in createColorsTable()
1563 + " SET calendar_color=(SELECT " + Colors.COLOR + " FROM " + Tables.COLORS in upgradeToVersion400()
1576 + " SET eventColor=(SELECT " + Colors.COLOR + " FROM " + Tables.COLORS + " WHERE " in upgradeToVersion400()
DCalendarProvider2.java248 private static final String SQL_DELETE_FROM_COLORS = "DELETE FROM " + Tables.COLORS + " WHERE "
895 case COLORS: in queryInternal()
896 qb.setTables(Tables.COLORS); in queryInternal()
2249 case COLORS: in insertInTransaction()
2691 return mDb.query(Tables.COLORS, COLORS_PROJECTION, COLOR_FULL_SELECTION, new String[] { in getColorByTypeIndex()
3099 case COLORS: in deleteInTransaction()
3597 Cursor c = mDb.query(Tables.COLORS, COLORS_PROJECTION, selection, selectionArgs, null, in deleteMatchingColors()
3640 return mDb.delete(Tables.COLORS, selection, selectionArgs); in deleteMatchingColors()
3706 int result = mDb.update(Tables.COLORS, values, selection, selectionArgs); in handleUpdateColors()
3709 c = mDb.query(Tables.COLORS, COLORS_PROJECTION, selection, selectionArgs, in handleUpdateColors()
[all …]