Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DWallpaperCropUtils.java156 public static Rect calculateVisibleRect(Point outer, Point inner) { in calculateVisibleRect() method in WallpaperCropUtils
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperSetter.java88 WallpaperCropUtils.calculateVisibleRect(dimensions, screenSize); in setCurrentWallpaper()