Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotController.java439 && aspectRatiosMatch(screenshot.getBitmap(), screenshot.getInsets(), in handleScreenshot()
1024 private static boolean aspectRatiosMatch(Bitmap bitmap, Insets bitmapInsets, in aspectRatiosMatch() method in ScreenshotController