Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java1037 float insettedBitmapAspect = ((float) insettedWidth) / insettedHeight; in aspectRatiosMatch() local
1040 boolean matchWithinTolerance = Math.abs(insettedBitmapAspect - boundsAspect) < 0.1f; in aspectRatiosMatch()
1042 Log.d(TAG, "aspectRatiosMatch: don't match bitmap: " + insettedBitmapAspect in aspectRatiosMatch()