Searched refs:mProfileView (Results 1 – 1 of 1) sorted by relevance
103 private View mProfileView; field in ResolverActivity119 if (mProfileView != null) {339 mProfileView = findViewById(R.id.profile_button); in onCreate()340 if (mProfileView != null) { in onCreate()341 mProfileView.setOnClickListener(new View.OnClickListener() { in onCreate()438 mProfileView.setVisibility(View.VISIBLE); in bindProfileView()439 final TextView text = (TextView) mProfileView.findViewById(R.id.profile_button); in bindProfileView()442 mProfileView.setVisibility(View.GONE); in bindProfileView()537 if (mProfileView != null) { in onRestart()1834 if (mProfileView != null && mAdapter.getOtherProfile() == mDisplayResolveInfo) { in onPostExecute()