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.java96 private View mProfileView; field in ResolverActivity
126 if (mProfileView != null) {
304 mProfileView = findViewById(R.id.profile_button); in onCreate()
305 if (mProfileView != null) { in onCreate()
306 mProfileView.setOnClickListener(new View.OnClickListener() { in onCreate()
391 mProfileView.setVisibility(View.VISIBLE); in bindProfileView()
392 View text = mProfileView.findViewById(R.id.profile_button); in bindProfileView()
394 text = mProfileView.findViewById(R.id.text1); in bindProfileView()
398 mProfileView.setVisibility(View.GONE); in bindProfileView()
495 if (mProfileView != null) { in onRestart()
[all …]