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

/packages/apps/Calendar/src/com/android/calendar/
H A DEvent.java94 private static final int PROJECTION_COLOR_INDEX = 3; field in class:Event
113 EVENT_PROJECTION[PROJECTION_COLOR_INDEX] = Instances.CALENDAR_COLOR;
387 if (!cEvents.isNull(PROJECTION_COLOR_INDEX)) {
389 e.color = Utils.getDisplayColorFromColor(cEvents.getInt(PROJECTION_COLOR_INDEX));

Completed in 8 milliseconds