Searched refs:mExploreButton (Results 1 – 1 of 1) sorted by relevance
594 private final Button mExploreButton; field in PreviewFragment.InfoPageController607 mExploreButton = mInfoPage.findViewById(R.id.preview_attribution_pane_explore_button); in InfoPageController()635 if (mExploreButton.getVisibility() == View.VISIBLE in populate()645 mExploreButton.setAlpha(alpha); in setContentAlpha()662 mExploreButton.setVisibility(View.GONE); in setUpExploreButton()666 mExploreButton.setVisibility(View.VISIBLE); in setUpExploreButton()667 mExploreButton.setText(label); in setUpExploreButton()669 mExploreButton.setOnClickListener(exploreOnClickListener); in setUpExploreButton()