Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java1081 private boolean aspectRatiosMatch(Bitmap bitmap, Insets bitmapInsets, Rect screenBounds) { in aspectRatiosMatch() argument
1082 int insettedWidth = bitmap.getWidth() - bitmapInsets.left - bitmapInsets.right; in aspectRatiosMatch()
1083 int insettedHeight = bitmap.getHeight() - bitmapInsets.top - bitmapInsets.bottom; in aspectRatiosMatch()
1089 bitmap.getWidth(), bitmap.getHeight(), bitmapInsets)); in aspectRatiosMatch()