Searched refs:sDefaultBackgroundColor (Results 1 – 1 of 1) sorted by relevance
36 private static int sDefaultBackgroundColor; field in CardPresenter41 sDefaultBackgroundColor = parent.getResources().getColor(R.color.default_background, null); in onCreateViewHolder()61 int color = selected ? sSelectedBackgroundColor : sDefaultBackgroundColor; in updateCardBackgroundColor()