Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DUserAvatarView.java133 public void setDrawableWithBadge(Drawable d, int userId) { in setDrawableWithBadge() method in UserAvatarView
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailItemView.java97 mAvatar.setDrawableWithBadge(picture, userId); in bind()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardQsUserSwitchController.java304 mUserAvatarView.setDrawableWithBadge(getCurrentUserIcon().mutate(), userId); in updateView()