Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DWallpaperCropActivity.java63 protected View mSetWallpaperButton; field in WallpaperCropActivity
124 mSetWallpaperButton = findViewById(R.id.set_wallpaper_button); in init()
129 mSetWallpaperButton.setEnabled(false); in init()
137 mSetWallpaperButton.setEnabled(true); in init()
H A DWallpaperPickerActivity.java220 mSetWallpaperButton = findViewById(R.id.set_wallpaper_button); in init()
265 mSetWallpaperButton.setEnabled(enabled); in setWallpaperButtonEnabled()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java77 private View mSetWallpaperButton; field in WallpaperCropActivity
114 mSetWallpaperButton = findViewById(R.id.set_wallpaper_button); in init()
119 mSetWallpaperButton.setVisibility(View.INVISIBLE); in init()
128 mSetWallpaperButton.setVisibility(View.VISIBLE); in init()