Searched refs:iconColorRes (Results 1 – 2 of 2) sorted by relevance
125 int iconColorRes; in getDrawable() local127 iconColorRes = R.color.qs_user_switcher_selected_avatar_icon_color; in getDrawable()129 iconColorRes = R.color.GM2_grey_600; in getDrawable()131 iconColorRes = R.color.qs_user_switcher_avatar_icon_color; in getDrawable()133 icon.setTint(context.getResources().getColor(iconColorRes, context.getTheme())); in getDrawable()
313 int iconColorRes; in getDrawable() local315 iconColorRes = R.color.kg_user_switcher_selected_avatar_icon_color; in getDrawable()317 iconColorRes = R.color.GM2_grey_600; in getDrawable()319 iconColorRes = R.color.kg_user_switcher_avatar_icon_color; in getDrawable()321 drawable.setTint(context.getResources().getColor(iconColorRes, context.getTheme())); in getDrawable()