Searched refs:sDefaultBackgroundColor (Results 1 – 1 of 1) sorted by relevance
40 private static int sDefaultBackgroundColor; field in CardPresenter45 sDefaultBackgroundColor = parent.getResources().getColor(R.color.default_background, null); in onCreateViewHolder()54 selected ? sSelectedBackgroundColor : sDefaultBackgroundColor); in onCreateViewHolder()72 cardView.setBackgroundColor(sDefaultBackgroundColor); in onBindViewHolder()