Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java527 Insets screenInsets, boolean showFlash) { in takeScreenshot() argument
561 startAnimation(finisher, screenRect, screenInsets, showFlash); in takeScreenshot()
774 private void startAnimation(final Consumer<Uri> finisher, Rect screenRect, Insets screenInsets, in startAnimation() argument
789 createScreenDrawable(mScreenBitmap, screenInsets)); in startAnimation()
794 mScreenshotPreview.setImageDrawable(createScreenDrawable(mScreenBitmap, screenInsets)); in startAnimation()