Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUserAvatarView.java34 public class UserAvatarView extends View { class
38 public UserAvatarView(Context context, AttributeSet attrs, in UserAvatarView() method in UserAvatarView
44 attrs, R.styleable.UserAvatarView, defStyleAttr, defStyleRes); in UserAvatarView()
73 public UserAvatarView(Context context, AttributeSet attrs, int defStyleAttr) { in UserAvatarView() method in UserAvatarView
77 public UserAvatarView(Context context, AttributeSet attrs) { in UserAvatarView() method in UserAvatarView
81 public UserAvatarView(Context context) { in UserAvatarView() method in UserAvatarView
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DUserDetailItemView.java36 import com.android.systemui.statusbar.phone.UserAvatarView;
43 private UserAvatarView mAvatar;
118 mAvatar = (UserAvatarView) findViewById(R.id.user_picture); in onFinishInflate()