Searched refs:mStandardColor (Results 1 – 2 of 2) sorted by relevance
45 private final int mStandardColor; field in AgendaAdapter89 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()
135 private int mStandardColor; field in CalendarAppWidgetService.CalendarFactory174 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);