Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/app/
DResolverActivity.java113 protected View mProfileView; field in ResolverActivity
356 mProfileView = findViewById(R.id.profile_button);
357 if (mProfileView != null) {
358 mProfileView.setOnClickListener(this::onProfileClick);
499 if (mProfileView == null) {
505 mProfileView.setVisibility(View.VISIBLE);
506 View text = mProfileView.findViewById(R.id.profile_button);
508 text = mProfileView.findViewById(R.id.text1);
512 mProfileView.setVisibility(View.GONE);
DChooserActivity.java3033 mProfileView = profileRow.findViewById(R.id.profile_button);
3034 mProfileView.setOnClickListener(ChooserActivity.this::onProfileClick);