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

/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DWallpaperUtils.java103 private static float wallpaperTravelToScreenWidthRatio(int width, int height) { method in class:WallpaperUtils
142 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java181 (int) (largeSide * wallpaperTravelToScreenWidthRatio(largeSide, smallSide)),
346 private static float wallpaperTravelToScreenWidthRatio(int width, int height) { method in class:InvariantDeviceProfile
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java427 wallpaperTravelToScreenWidthRatio(mDisplaySize.x, mDisplaySize.y));
809 private float wallpaperTravelToScreenWidthRatio(int width, int height) { method in class:Workspace
850 mWallpaperWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim));

Completed in 98 milliseconds