Searched refs:WallpaperCropUtils (Results 1 – 5 of 5) sorted by relevance
43 import com.android.wallpaper.util.WallpaperCropUtils;106 mDefaultCropSurfaceSize = WallpaperCropUtils.getDefaultCropSurfaceSize( in onCreateView()281 WallpaperCropUtils.calculateMinZoom(mRawWallpaperSize, mDefaultCropSurfaceSize); in setDefaultWallpaperZoomAndScroll()283 WallpaperCropUtils.calculateMinZoom(mRawWallpaperSize, mScreenSize); in setDefaultWallpaperZoomAndScroll()285 Point screenToCropSurfacePosition = WallpaperCropUtils.calculateCenterPosition( in setDefaultWallpaperZoomAndScroll()290 Point cropSurfaceToWallpaperPosition = WallpaperCropUtils.calculateCenterPosition( in setDefaultWallpaperZoomAndScroll()325 Point defaultCropSurfaceSize = WallpaperCropUtils.getDefaultCropSurfaceSize( in calculateCropRect()
24 import com.android.wallpaper.util.WallpaperCropUtils;45 mDefaultCropSurfaceSize = WallpaperCropUtils.getDefaultCropSurfaceSize( in WallpaperPreviewBitmapTransformation()61 Point scaledThumbnailToCropSurface = WallpaperCropUtils.calculateCenterPosition( in transform()64 Point cropSurfaceToScreenSize = WallpaperCropUtils.calculateCenterPosition( in transform()
60 import com.android.wallpaper.util.WallpaperCropUtils;413 Point defaultCropSurfaceSize = WallpaperCropUtils.getDefaultCropSurfaceSize( in testSetsDefaultWallpaperZoomAndScroll()421 expectedWallpaperZoom = WallpaperCropUtils.calculateMinZoom( in testSetsDefaultWallpaperZoomAndScroll()431 Point cropSurfaceToScreen = WallpaperCropUtils.calculateCenterPosition( in testSetsDefaultWallpaperZoomAndScroll()433 Point wallpaperToCropSurface = WallpaperCropUtils.calculateCenterPosition( in testSetsDefaultWallpaperZoomAndScroll()
27 public final class WallpaperCropUtils { class36 private WallpaperCropUtils() { in WallpaperCropUtils() method in WallpaperCropUtils
42 import com.android.wallpaper.util.WallpaperCropUtils;127 Point defaultCropSurfaceSize = WallpaperCropUtils.getDefaultCropSurfaceSize(