Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/homepage/
DSettingsHomepageActivity.java434 final ImageView avatarTwoPaneView = findViewById(R.id.account_avatar_two_pane_version); in initAvatarView() local
440 avatarTwoPaneView.setVisibility(View.VISIBLE); in initAvatarView()
441 getLifecycle().addObserver(new AvatarViewMixin(this, avatarTwoPaneView)); in initAvatarView()