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

/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java209 private static float wallpaperTravelToScreenWidthRatio(int width, int height) { method in class:WallpaperCropActivity
254 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));

Completed in 32 milliseconds