Home
last modified time | relevance | path

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

/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
DWallpaperPickerActivity.java109 @Thunk View mWallpaperStrip; field in WallpaperPickerActivity
487 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 …]