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

  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
WallpaperUtils.java 35 public static final String WALLPAPER_WIDTH_KEY = "wallpaper.width";
53 editor.putInt(WALLPAPER_WIDTH_KEY, width);
56 editor.remove(WALLPAPER_WIDTH_KEY);
71 int width = sp.getInt(WALLPAPER_WIDTH_KEY, -1);
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 60 protected static final String WALLPAPER_WIDTH_KEY = "wallpaper.width";
    [all...]

Completed in 142 milliseconds