Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCategoryFragment.java932 private ImageButton mLockWallpaperExploreButton; field in CategoryFragment.TwoWallpapersMetadataHolder
972 mLockWallpaperExploreButton = in TwoWallpapersMetadataHolder()
1103 mLockWallpaperExploreButton.setImageDrawable(getContext().getDrawable( in bindLockWallpaper()
1105 mLockWallpaperExploreButton.setContentDescription(getString( in bindLockWallpaper()
1107 mLockWallpaperExploreButton.setVisibility(View.VISIBLE); in bindLockWallpaper()
1108 mLockWallpaperExploreButton.setColorFilter( in bindLockWallpaper()
1112 mLockWallpaperExploreButton.setOnClickListener(new OnClickListener() { in bindLockWallpaper()
1123 mLockWallpaperExploreButton.setVisibility(View.GONE); in bindLockWallpaper()