Searched defs:mProfileView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java107 private View mProfileView; field in class:ResolverActivity
123 if (mProfileView != null) {
343 mProfileView = findViewById(R.id.profile_button);
344 if (mProfileView != null) {
345 mProfileView.setOnClickListener(new View.OnClickListener() {
448 mProfileView.setVisibility(View.VISIBLE);
449 final TextView text = (TextView) mProfileView.findViewById(R.id.profile_button);
452 mProfileView.setVisibility(View.GONE);
547 if (mProfileView != null) {
1857 if (mProfileView !
[all...]

Completed in 34 milliseconds