Searched refs:iconColorRes (Results 1 – 3 of 3) sorted by relevance
162 int iconColorRes; in getDrawable() local164 iconColorRes = R.color.qs_user_switcher_selected_avatar_icon_color; in getDrawable()166 iconColorRes = R.color.GM2_grey_600; in getDrawable()168 iconColorRes = R.color.qs_user_switcher_avatar_icon_color; in getDrawable()170 icon.setTint(context.getResources().getColor(iconColorRes, context.getTheme())); in getDrawable()
530 int iconColorRes; in getDrawable() local532 iconColorRes = R.color.kg_user_switcher_avatar_icon_color; in getDrawable()534 iconColorRes = R.color.kg_user_switcher_restricted_avatar_icon_color; in getDrawable()536 drawable.setTint(mResources.getColor(iconColorRes, mContext.getTheme())); in getDrawable()
316 int iconColorRes = R.color.kg_user_switcher_avatar_icon_color; in getCurrentUserIcon() local317 drawable.setTint(mResources.getColor(iconColorRes, mContext.getTheme())); in getCurrentUserIcon()