Searched refs:mWallpaperStrip (Results 1 – 1 of 1) sorted by relevance
109 @Thunk View mWallpaperStrip; field in WallpaperPickerActivity487 mWallpaperStrip = findViewById(R.id.wallpaper_strip);495 if (mWallpaperStrip.getAlpha() == 1f) {498 mAnim = mWallpaperStrip.animate();503 mWallpaperStrip.setVisibility(View.INVISIBLE);521 mWallpaperStrip.setVisibility(View.VISIBLE);522 mAnim = mWallpaperStrip.animate();662 mWallpaperStrip.setVisibility(View.GONE);833 mWallpaperStrip = findViewById(R.id.wallpaper_strip);834 if (mWallpaperStrip.getAlpha() < 1f) {[all …]