Home
last modified time | relevance | path

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

/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java185 final Button attributionExploreButton = pageInfo.findViewById( in initInfoPage() local
203 attributionExploreButton.setText("Explore"); in initInfoPage()
204 attributionExploreButton.setVisibility(View.VISIBLE); in initInfoPage()
251 attributionExploreButton.setOnClickListener(v -> { in initInfoPage()
258 attributionExploreButton.setVisibility(View.VISIBLE); in initInfoPage()
264 attributionExploreButton.setText(contextDescription); in initInfoPage()