Searched refs:INDEX_COLOR (Results 1 – 7 of 7) sorted by relevance
90 static final int INDEX_COLOR = 8; field in CalendarAppWidgetService95 EVENT_PROJECTION[INDEX_COLOR] = Instances.CALENDAR_COLOR;
292 final int color = cursor.getInt(CalendarAppWidgetService.INDEX_COLOR); in buildFromCursor()
171 private static final int INDEX_COLOR = 2; field in GLES20Canvas517 GLES20.glUniform4fv(mDrawParameters[INDEX_COLOR].handle, 1, colorArray, 0); in prepareDraw()
93 public static final int INDEX_COLOR = 5; field in AgendaWindowAdapter128 PROJECTION[INDEX_COLOR] = Instances.CALENDAR_COLOR;
181 int color = Utils.getDisplayColorFromColor(cursor.getInt(AgendaWindowAdapter.INDEX_COLOR)); in bindView()
52 int color = Utils.getDisplayColorFromColor(cursor.getInt(AlertActivity.INDEX_COLOR)); in bindView()
78 public static final int INDEX_COLOR = 7; field in AlertActivity