HomeSort by relevance Sort by last modified time
    Searched refs:COLORS_INDEX_COLOR (Results 1 - 4 of 4) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/
CalendarColorPickerDialog.java 66 public static final int COLORS_INDEX_COLOR = 0;
123 int rawColor = cursor.getInt(COLORS_INDEX_COLOR);
EventInfoFragment.java 301 public static final int COLORS_INDEX_COLOR = 1;
542 int rawColor = cursor.getInt(COLORS_INDEX_COLOR);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventFragment.java 354 int rawColor = cursor.getInt(EditEventHelper.COLORS_INDEX_COLOR);
    [all...]
EditEventHelper.java 219 static final int COLORS_INDEX_COLOR = 3;
    [all...]

Completed in 138 milliseconds