Searched refs:COLORS_INDEX_COLOR (Results 1 – 4 of 4) sorted by relevance
66 public static final int COLORS_INDEX_COLOR = 0; field in CalendarColorPickerDialog123 int rawColor = cursor.getInt(COLORS_INDEX_COLOR); in onQueryComplete()
301 public static final int COLORS_INDEX_COLOR = 1; field in EventInfoFragment540 int rawColor = cursor.getInt(COLORS_INDEX_COLOR); in onQueryComplete()
354 int rawColor = cursor.getInt(EditEventHelper.COLORS_INDEX_COLOR); in onQueryComplete()
219 static final int COLORS_INDEX_COLOR = 3; field in EditEventHelper