Searched refs:wallpaperTravelToScreenWidthRatio (Results 1 – 3 of 3) sorted by relevance
43 public static float wallpaperTravelToScreenWidthRatio(int width, int height) { in wallpaperTravelToScreenWidthRatio() method in WallpaperCropUtils81 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim)); in getDefaultCropSurfaceSize()
103 private static float wallpaperTravelToScreenWidthRatio(int width, int height) { in wallpaperTravelToScreenWidthRatio() method in WallpaperUtils142 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim)); in getDefaultWallpaperSize()
270 (int) (largeSide * wallpaperTravelToScreenWidthRatio(largeSide, smallSide)), in initGrid()511 private static float wallpaperTravelToScreenWidthRatio(int width, int height) { in wallpaperTravelToScreenWidthRatio() method in InvariantDeviceProfile