Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DWallpaperUtils.java67 public static float wallpaperTravelToScreenWidthRatio(int width, int height) { in wallpaperTravelToScreenWidthRatio() method in WallpaperUtils
115 defaultWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim)); in getDefaultWallpaperSize()
/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java427 wallpaperTravelToScreenWidthRatio(mDisplaySize.x, mDisplaySize.y)); in initWorkspace()
809 private float wallpaperTravelToScreenWidthRatio(int width, int height) { in wallpaperTravelToScreenWidthRatio() method in Workspace
850 mWallpaperWidth = (int) (maxDim * wallpaperTravelToScreenWidthRatio(maxDim, minDim)); in setWallpaperDimension()