Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java225 int smallSide = Math.min(realSize.x, realSize.y); in initGrid() local
229 largeSide, smallSide, true /* isLandscape */, false /* isMultiWindowMode */); in initGrid()
231 smallSide, largeSide, false /* isLandscape */, false /* isMultiWindowMode */); in initGrid()
237 (int) (largeSide * wallpaperTravelToScreenWidthRatio(largeSide, smallSide)), in initGrid()
240 defaultWallpaperSize = new Point(Math.max(smallSide * 2, largeSide), largeSide); in initGrid()