Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DTopLevelPickerActivity.java137 private Button mCurrentWallpaperExploreButton; field in TopLevelPickerActivity
324 mCurrentWallpaperExploreButton = (Button) findViewById( in initializeDesktop()
592 mCurrentWallpaperExploreButton, exploreButtonDrawable); in refreshCurrentWallpapers()
593 mCurrentWallpaperExploreButton.setText(getString( in refreshCurrentWallpapers()
595 mCurrentWallpaperExploreButton.setVisibility(View.VISIBLE); in refreshCurrentWallpapers()
596mCurrentWallpaperExploreButton.setOnClickListener(new OnClickListener() { in refreshCurrentWallpapers()
608 mCurrentWallpaperExploreButton.setVisibility(View.GONE); in refreshCurrentWallpapers()