Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DTopLevelPickerActivity.java134 private Button mCurrentWallpaperExploreButton; field in TopLevelPickerActivity
313 mCurrentWallpaperExploreButton = (Button) findViewById( in initializeDesktop()
578 mCurrentWallpaperExploreButton, exploreButtonDrawable); in refreshCurrentWallpapers()
579 mCurrentWallpaperExploreButton.setText(getString( in refreshCurrentWallpapers()
581 mCurrentWallpaperExploreButton.setVisibility(View.VISIBLE); in refreshCurrentWallpapers()
582mCurrentWallpaperExploreButton.setOnClickListener(new OnClickListener() { in refreshCurrentWallpapers()
594 mCurrentWallpaperExploreButton.setVisibility(View.GONE); in refreshCurrentWallpapers()