Searched refs:WallpaperCropUtils (Results 1 – 7 of 7) sorted by relevance
44 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()304 return WallpaperCropUtils.calculateCropRect(context, defaultDisplay, mRawWallpaperSize, in calculateCropRect()
27 import com.android.wallpaper.util.WallpaperCropUtils;56 float scale = WallpaperCropUtils.calculateMinZoom( in transform()61 Point scaledThumbnailToScreenSize = WallpaperCropUtils.calculateCenterPosition( in transform()
29 import com.android.wallpaper.util.WallpaperCropUtils;88 WallpaperCropUtils.calculateVisibleRect(dimensions, screenSize); in setCurrentWallpaper()89 float wallpaperScale = WallpaperCropUtils.calculateMinZoom(dimensions, screenSize); in setCurrentWallpaper()90 Rect cropRect = WallpaperCropUtils.calculateCropRect( in setCurrentWallpaper()
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()
31 public final class WallpaperCropUtils { class40 private WallpaperCropUtils() { in WallpaperCropUtils() method in WallpaperCropUtils193 Point defaultCropSurfaceSize = WallpaperCropUtils.getDefaultCropSurfaceSize( in calculateCropRect()
59 WallpaperCropUtils.fitToSize(rect, outWidth / DOWNSAMPLE, outHeight / DOWNSAMPLE); in blur()
44 import com.android.wallpaper.util.WallpaperCropUtils;129 Point defaultCropSurfaceSize = WallpaperCropUtils.getDefaultCropSurfaceSize(