Home
last modified time | relevance | path

Searched defs:computeSampleSizeLarger (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
H A DBitmapUtils.java86 public static int computeSampleSizeLarger(int w, int h, in computeSampleSizeLarger() method in BitmapUtils
97 public static int computeSampleSizeLarger(float scale) { in computeSampleSizeLarger() method in BitmapUtils
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBitmapUtils.java86 public static int computeSampleSizeLarger(int w, int h, in computeSampleSizeLarger() method in BitmapUtils
97 public static int computeSampleSizeLarger(float scale) { in computeSampleSizeLarger() method in BitmapUtils
/aosp12/packages/apps/WallpaperPicker/src/com/android/gallery3d/common/
H A DUtils.java133 public static int computeSampleSizeLarger(float scale) { in computeSampleSizeLarger() method in Utils