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.java171 int smallSide = Math.min(realSize.x, realSize.y); in InvariantDeviceProfile() local
175 largeSide, smallSide, true /* isLandscape */); in InvariantDeviceProfile()
177 smallSide, largeSide, false /* isLandscape */); in InvariantDeviceProfile()
183 (int) (largeSide * wallpaperTravelToScreenWidthRatio(largeSide, smallSide)), in InvariantDeviceProfile()
186 defaultWallpaperSize = new Point(Math.max(smallSide * 2, largeSide), largeSide); in InvariantDeviceProfile()