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/
DScreenshotController.java1024 private static boolean aspectRatiosMatch(Bitmap bitmap, Insets bitmapInsets, in aspectRatiosMatch() argument
1026 int insettedWidth = bitmap.getWidth() - bitmapInsets.left - bitmapInsets.right; in aspectRatiosMatch()
1027 int insettedHeight = bitmap.getHeight() - bitmapInsets.top - bitmapInsets.bottom; in aspectRatiosMatch()
1033 + bitmap.getWidth() + "x" + bitmap.getHeight() + " " + bitmapInsets); in aspectRatiosMatch()