Searched refs:cropZoom (Results 1 – 1 of 1) sorted by relevance
375 final float cropZoom; in updateWallpaperOffset() local414 cropZoom = wallpaperFrame.isEmpty() ? 1f : scaleHeight in updateWallpaperOffset()423 cropOffsetX = -wallpaperFrame.left + (int) ((cropZoom - 1f) * w / 2f); in updateWallpaperOffset()424 cropOffsetY = -wallpaperFrame.top + (int) ((cropZoom - 1f) * h / 2f); in updateWallpaperOffset()431 cropZoom = 1f; in updateWallpaperOffset()506 final float totalZoom = zoom * cropZoom; in updateWallpaperOffset()