Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java1635 int cropHeight = (int) (activeArray.height() / zoomFactor); in getCropRegionForZoom() local
1639 /*top*/cropCenterY - cropHeight / 2, in getCropRegionForZoom()
1641 /*bottom*/cropCenterY + cropHeight / 2 - 1); in getCropRegionForZoom()
/aosp14/frameworks/base/core/java/android/app/
H A DWallpaperManager.java1184 float cropHeight = outHeight * (inWidth / (float) outWidth); in getMaxCropRect() local
1185 cropRect.top = (inHeight - cropHeight) * verticalAlignment; in getMaxCropRect()
1186 cropRect.bottom = cropRect.top + cropHeight; in getMaxCropRect()