Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarView.java446 TextView userSwitcherName = mUserSwitcherContainer.findViewById(R.id.current_user_name); in onOverlayChanged() local
447 if (userSwitcherName != null) { in onOverlayChanged()
448 userSwitcherName.setTextAppearance(theme); in onOverlayChanged()
466 TextView userSwitcherName = mUserSwitcherContainer.findViewById(R.id.current_user_name); in updateIconsAndTextColors()
467 if (userSwitcherName != null) { in updateIconsAndTextColors()
468 userSwitcherName.setTextColor(Utils.getColorStateListDefaultColor( in updateIconsAndTextColors()