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

/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaAdapter.java45 private final int mStandardColor; field in class:AgendaAdapter
89 mStandardColor = mResources.getColor(R.color.agenda_item_standard_color);
141 holder.title.setTextColor(mStandardColor);
168 holder.title.setTextColor(mStandardColor);
169 holder.when.setTextColor(mStandardColor);
170 holder.where.setTextColor(mStandardColor);
/packages/apps/Calendar/src/com/android/calendar/widget/
H A DCalendarAppWidgetService.java135 private int mStandardColor; field in class:CalendarAppWidgetService.CalendarFactory
174 mStandardColor = mResources.getColor(R.color.appwidget_item_standard_color);
297 views.setInt(R.id.title, "setTextColor", mStandardColor);
298 views.setInt(R.id.when, "setTextColor", mStandardColor);
299 views.setInt(R.id.where, "setTextColor", mStandardColor);

Completed in 39 milliseconds