Home
last modified time | relevance | path

Searched refs:mExploreButton (Results 1 – 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java594 private final Button mExploreButton; field in PreviewFragment.InfoPageController
607 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()