Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/agenda/
DAgendaAdapter.java45 private final int mStandardColor; field in AgendaAdapter
89 mStandardColor = mResources.getColor(R.color.agenda_item_standard_color); in AgendaAdapter()
141 holder.title.setTextColor(mStandardColor); in bindView()
168 holder.title.setTextColor(mStandardColor); in bindView()
169 holder.when.setTextColor(mStandardColor); in bindView()
170 holder.where.setTextColor(mStandardColor); in bindView()
/packages/apps/Calendar/src/com/android/calendar/widget/
DCalendarAppWidgetService.java135 private int mStandardColor; field in 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);