HomeSort by relevance Sort by last modified time
    Searched full:msetwallpaperbutton (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 79 protected View mSetWallpaperButton;
130 mSetWallpaperButton = findViewById(R.id.set_wallpaper_button);
135 mSetWallpaperButton.setEnabled(false);
143 mSetWallpaperButton.setEnabled(true);
WallpaperPickerActivity.java 561 mSetWallpaperButton = findViewById(R.id.set_wallpaper_button);
654 mSetWallpaperButton.setEnabled(enabled);
    [all...]
  /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 128 milliseconds