Searched refs:smallSide (Results 1 – 1 of 1) sorted by relevance
279 int smallSide = Math.min(realSize.x, realSize.y); in initGrid() local286 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()