Home
last modified time | relevance | path

Searched refs:iconColorRes (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailView.java162 int iconColorRes; in getDrawable() local
164 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcherController.java529 int iconColorRes; in getDrawable() local
531 iconColorRes = R.color.kg_user_switcher_avatar_icon_color; in getDrawable()
533 iconColorRes = R.color.kg_user_switcher_restricted_avatar_icon_color; in getDrawable()
535 drawable.setTint(mResources.getColor(iconColorRes, mContext.getTheme())); in getDrawable()
H A DKeyguardQsUserSwitchController.java315 int iconColorRes = R.color.kg_user_switcher_avatar_icon_color; in getCurrentUserIcon() local
316 drawable.setTint(mResources.getColor(iconColorRes, mContext.getTheme())); in getCurrentUserIcon()