Searched refs:scaledCenter (Results 1 – 1 of 1) sorted by relevance
319 Point scaledCenter = new Point((int) (minWallpaperZoom * centerPosition.x), in cropAndSetWallpaperBitmapInRotationStatic() local322 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()