Home
last modified time | relevance | path

Searched refs:scaledCenter (Results 1 – 1 of 1) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java319 Point scaledCenter = new Point((int) (minWallpaperZoom * centerPosition.x), in cropAndSetWallpaperBitmapInRotationStatic() local
322 int offsetX = Math.max(0, -(screenSize.x / 2 - scaledCenter.x)); in cropAndSetWallpaperBitmapInRotationStatic()
323 int offsetY = Math.max(0, -(screenSize.y / 2 - scaledCenter.y)); in cropAndSetWallpaperBitmapInRotationStatic()