Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DImagePreviewFragment.java297 private Rect calculateCropRect() { in calculateCropRect() method in ImagePreviewFragment
304 return WallpaperCropUtils.calculateCropRect(context, defaultDisplay, mRawWallpaperSize, in calculateCropRect()
311 destination, mFullResImageView.getScale(), calculateCropRect(), in setCurrentWallpaper()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java179 public static Rect calculateCropRect(Context context, Display display, Point rawWallpaperSize, in calculateCropRect() method in WallpaperCropUtils
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperSetter.java90 Rect cropRect = WallpaperCropUtils.calculateCropRect( in setCurrentWallpaper()