Searched refs:mWhereColor (Results 1 – 1 of 1) sorted by relevance
46 private final int mWhereColor; field in AgendaAdapter91 mWhereColor = mResources.getColor(R.color.agenda_item_where_text_color); in AgendaAdapter()142 holder.when.setTextColor(mWhereColor); in bindView()143 holder.where.setTextColor(mWhereColor); in bindView()