Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DBitmapUtils.java110 public static float calculateVerticalAlignment(Point dimensions, Rect rect) { in calculateVerticalAlignment() method in BitmapUtils
H A DBuiltInWallpaperAsset.java183 float verticalCenter = BitmapUtils.calculateVerticalAlignment(dimensions, mRect); in doInBackground()