HomeSort by relevance Sort by last modified time
    Searched refs:mStandardColor (Results 1 - 2 of 2) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaAdapter.java 45 private final int mStandardColor;
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/
CalendarAppWidgetService.java 135 private int mStandardColor;
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 70 milliseconds