Home
last modified time | relevance | path

Searched refs:wallpaperTravelToScreenWidthRatio (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java43 public static float wallpaperTravelToScreenWidthRatio(int width, int height) { in wallpaperTravelToScreenWidthRatio() method in WallpaperCropUtils
81 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim)); in getDefaultCropSurfaceSize()
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
DWallpaperUtils.java103 private static float wallpaperTravelToScreenWidthRatio(int width, int height) { in wallpaperTravelToScreenWidthRatio() method in WallpaperUtils
142 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim)); in getDefaultWallpaperSize()
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java270 (int) (largeSide * wallpaperTravelToScreenWidthRatio(largeSide, smallSide)), in initGrid()
511 private static float wallpaperTravelToScreenWidthRatio(int width, int height) { in wallpaperTravelToScreenWidthRatio() method in InvariantDeviceProfile