Searched refs:colorId (Results 1 – 2 of 2) sorted by relevance
50 private void setImageBackground(ImageCardView imageCardView, int colorId) { in setImageBackground() argument51 imageCardView.setBackgroundColor(getContext().getResources().getColor(colorId)); in setImageBackground()
149 protected void setBackgroundColor(@ColorRes int colorId) { in setBackgroundColor() argument152 scrollView.setBackgroundResource(colorId); in setBackgroundColor()