Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DUserDetailView.java125 int iconColorRes; in getDrawable() local
127 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardUserSwitcher.java313 int iconColorRes; in getDrawable() local
315 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()