Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcherController.java530 int iconColorRes; in getDrawable() local
532 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()
DKeyguardQsUserSwitchController.java316 int iconColorRes = R.color.kg_user_switcher_avatar_icon_color; in getCurrentUserIcon() local
317 drawable.setTint(mResources.getColor(iconColorRes, mContext.getTheme())); in getCurrentUserIcon()