OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mSetWallpaperButton
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java
81
protected View
mSetWallpaperButton
;
149
mSetWallpaperButton
= findViewById(R.id.set_wallpaper_button);
154
mSetWallpaperButton
.setEnabled(false);
162
mSetWallpaperButton
.setEnabled(true);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java
77
private View
mSetWallpaperButton
;
114
mSetWallpaperButton
= findViewById(R.id.set_wallpaper_button);
119
mSetWallpaperButton
.setVisibility(View.INVISIBLE);
128
mSetWallpaperButton
.setVisibility(View.VISIBLE);
[
all
...]
Completed in 41 milliseconds