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.java279 int smallSide = Math.min(realSize.x, realSize.y); in initGrid() local
286 landscapeProfile = builder.setSize(largeSide, smallSide).build(); in initGrid()
287 portraitProfile = builder.setSize(smallSide, largeSide).build(); in initGrid()
293 (int) (largeSide * wallpaperTravelToScreenWidthRatio(largeSide, smallSide)), in initGrid()
296 defaultWallpaperSize = new Point(Math.max(smallSide * 2, largeSide), largeSide); in initGrid()