Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DImagePreviewFragment.java285 Point screenToCropSurfacePosition = WallpaperCropUtils.calculateCenterPosition( in setDefaultWallpaperZoomAndScroll() local
301 centerPosition.offset(-(screenToCropSurfacePosition.x + cropSurfaceToWallpaperPosition.x), in setDefaultWallpaperZoomAndScroll()
302 -(screenToCropSurfacePosition.y + cropSurfaceToWallpaperPosition.y)); in setDefaultWallpaperZoomAndScroll()