Home
last modified time | relevance | path

Searched refs:INDEX_COLOR (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetService.java90 static final int INDEX_COLOR = 8; field in CalendarAppWidgetService
95 EVENT_PROJECTION[INDEX_COLOR] = Instances.CALENDAR_COLOR;
DCalendarAppWidgetModel.java292 final int color = cursor.getInt(CalendarAppWidgetService.INDEX_COLOR); in buildFromCursor()
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLES20Canvas.java171 private static final int INDEX_COLOR = 2; field in GLES20Canvas
517 GLES20.glUniform4fv(mDrawParameters[INDEX_COLOR].handle, 1, colorArray, 0); in prepareDraw()
/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaWindowAdapter.java93 public static final int INDEX_COLOR = 5; field in AgendaWindowAdapter
128 PROJECTION[INDEX_COLOR] = Instances.CALENDAR_COLOR;
DAgendaAdapter.java181 int color = Utils.getDisplayColorFromColor(cursor.getInt(AgendaWindowAdapter.INDEX_COLOR)); in bindView()
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertAdapter.java52 int color = Utils.getDisplayColorFromColor(cursor.getInt(AlertActivity.INDEX_COLOR)); in bindView()
DAlertActivity.java78 public static final int INDEX_COLOR = 7; field in AlertActivity