[go: nahoru, domu]

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

/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java103 private View mProfileView; field in class:ResolverActivity
119 if (mProfileView != null) {
339 mProfileView = findViewById(R.id.profile_button);
340 if (mProfileView != null) {
341 mProfileView.setOnClickListener(new View.OnClickListener() {
438 mProfileView.setVisibility(View.VISIBLE);
439 final TextView text = (TextView) mProfileView.findViewById(R.id.profile_button);
442 mProfileView.setVisibility(View.GONE);
537 if (mProfileView != null) {
1834 if (mProfileView !
[all...]

Completed in 60 milliseconds