Searched refs:COLORS (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/views/
H A DTiledImageView.java327 private static final int[] COLORS = new int[] { field in class:TiledImageView.ColoredTiles
368 mCanvas.drawColor(COLORS[level]);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DTiledImageView.java339 private static final int[] COLORS = new int[] { field in class:TiledImageView.ColoredTiles
380 mCanvas.drawColor(COLORS[level]);
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDatabaseHelper.java154 public static final String COLORS = "Colors"; field in interface:CalendarDatabaseHelper.Tables
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);
749 db.execSQL("CREATE TABLE " + Tables.COLORS + " (" +
1563 + " SET calendar_color=(SELECT " + Colors.COLOR + " FROM " + Tables.COLORS
1576 + " SET eventColor=(SELECT " + Colors.COLOR + " FROM " + Tables.COLORS + " WHERE "
H A DCalendarProvider2.java255 private static final String SQL_DELETE_FROM_COLORS = "DELETE FROM " + Tables.COLORS + " WHERE "
900 case COLORS:
901 qb.setTables(Tables.COLORS);
2257 case COLORS:
2672 return mDb.query(Tables.COLORS, COLORS_PROJECTION, COLOR_FULL_SELECTION, new String[] {
3079 case COLORS:
3577 Cursor c = mDb.query(Tables.COLORS, COLORS_PROJECTION, selection, selectionArgs, null,
3620 return mDb.delete(Tables.COLORS, selection, selectionArgs);
3686 int result = mDb.update(Tables.COLORS, values, selection, selectionArgs);
3689 c = mDb.query(Tables.COLORS, COLORS_PROJECTIO
4626 private static final int COLORS = 32; field in class:CalendarProvider2
[all...]

Completed in 8858 milliseconds