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

  /packages/apps/Launcher3/src/com/android/launcher3/util/
WallpaperUtils.java 32 public static final String WALLPAPER_WIDTH_KEY = "wallpaper.width";
43 int savedWidth = sharedPrefs.getInt(WALLPAPER_WIDTH_KEY, -1);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 61 protected static final String WALLPAPER_WIDTH_KEY = WallpaperUtils.WALLPAPER_WIDTH_KEY;
445 editor.putInt(WALLPAPER_WIDTH_KEY, width);
448 editor.remove(WALLPAPER_WIDTH_KEY);
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 60 protected static final String WALLPAPER_WIDTH_KEY = "wallpaper.width";
    [all...]

Completed in 75 milliseconds