Home
last modified time | relevance | path

Searched refs:COLORS_INDEX_COLOR (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/
DCalendarColorPickerDialog.java66 public static final int COLORS_INDEX_COLOR = 0; field in CalendarColorPickerDialog
123 int rawColor = cursor.getInt(COLORS_INDEX_COLOR); in onQueryComplete()
DEventInfoFragment.java301 public static final int COLORS_INDEX_COLOR = 1; field in EventInfoFragment
540 int rawColor = cursor.getInt(COLORS_INDEX_COLOR); in onQueryComplete()
/packages/apps/Calendar/src/com/android/calendar/event/
DEditEventFragment.java354 int rawColor = cursor.getInt(EditEventHelper.COLORS_INDEX_COLOR); in onQueryComplete()
DEditEventHelper.java219 static final int COLORS_INDEX_COLOR = 3; field in EditEventHelper