Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java159 protected View mProfileView; field in ResolverActivity
518 mProfileView = findViewById(R.id.profile_button);
519 if (mProfileView != null) {
520 mProfileView.setOnClickListener(this::onProfileClick);
1029 if (mProfileView == null) {
1036 mProfileView.setVisibility(View.VISIBLE);
1037 View text = mProfileView.findViewById(R.id.profile_button);
1039 text = mProfileView.findViewById(R.id.text1);
1043 mProfileView.setVisibility(View.GONE);