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.java36 public class UserAvatarView extends View { class
51 public UserAvatarView(Context context, AttributeSet attrs, in UserAvatarView() method in UserAvatarView
56 attrs, R.styleable.UserAvatarView, defStyleAttr, defStyleRes); in UserAvatarView()
82 public UserAvatarView(Context context, AttributeSet attrs, int defStyleAttr) { in UserAvatarView() method in UserAvatarView
86 public UserAvatarView(Context context, AttributeSet attrs) { in UserAvatarView() method in UserAvatarView
90 public UserAvatarView(Context context) { in UserAvatarView() method in UserAvatarView
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DUserDetailItemView.java22 import com.android.systemui.statusbar.phone.UserAvatarView;
42 private UserAvatarView mAvatar;
100 mAvatar = (UserAvatarView) findViewById(R.id.user_picture); in onFinishInflate()