Searched refs:defaultCropSurfaceSize (Results 1 – 3 of 3) sorted by relevance
193 Point defaultCropSurfaceSize = WallpaperCropUtils.getDefaultCropSurfaceSize( in calculateCropRect() local195 int extraWidth = defaultCropSurfaceSize.x - screenSize.x; in calculateCropRect()196 int extraHeightTopAndBottom = (int) ((defaultCropSurfaceSize.y - screenSize.y) / 2f); in calculateCropRect()
413 Point defaultCropSurfaceSize = WallpaperCropUtils.getDefaultCropSurfaceSize( in testSetsDefaultWallpaperZoomAndScroll() local422 wallpaperSize, defaultCropSurfaceSize); in testSetsDefaultWallpaperZoomAndScroll()432 defaultCropSurfaceSize, screenSize, true /* alignStart */, false /* isRtl */); in testSetsDefaultWallpaperZoomAndScroll()434 scaledWallpaperSize, defaultCropSurfaceSize, false /* alignStart */, in testSetsDefaultWallpaperZoomAndScroll()
129 Point defaultCropSurfaceSize = WallpaperCropUtils.getDefaultCropSurfaceSize(139 scale = (float) defaultCropSurfaceSize.y / dimensions.y;