Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DBitmapUtils.java116 public static float calculateVerticalAlignment(Point dimensions, Rect rect) { in calculateVerticalAlignment() method in BitmapUtils
DBuiltInWallpaperAsset.java80 float verticalCenter = BitmapUtils.calculateVerticalAlignment(dimensions, rect); in decodeBitmapRegion()