Home
last modified time | relevance | path

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

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