Searched refs:mWallpaperStrip (Results 1 – 1 of 1) sorted by relevance
70 private View mWallpaperStrip; field in WallpaperPickerActivity133 mWallpaperStrip = findViewById(R.id.wallpaper_strip); in init()134 mCropView.setTouchCallback(new ToggleOnTapCallback(mWallpaperStrip)); in init()208 mWallpaperStrip.setVisibility(View.GONE); in init()302 mWallpaperStrip = findViewById(R.id.wallpaper_strip); in onStop()303 if (mWallpaperStrip.getAlpha() < 1f) { in onStop()304 mWallpaperStrip.setAlpha(1f); in onStop()305 mWallpaperStrip.setVisibility(View.VISIBLE); in onStop()