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.java184 final Button attributionExploreButton = pageInfo.findViewById( in initInfoPage() local
202 attributionExploreButton.setText("Explore"); in initInfoPage()
203 attributionExploreButton.setVisibility(View.VISIBLE); in initInfoPage()
250 attributionExploreButton.setOnClickListener(v -> { in initInfoPage()
257 attributionExploreButton.setVisibility(View.VISIBLE); in initInfoPage()
263 attributionExploreButton.setText(contextDescription); in initInfoPage()