Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java518 Rect screenRect = new Rect(crop); in takeScreenshot() local
522 takeScreenshot(SurfaceControl.screenshot(crop, width, height, rot), finisher, screenRect, in takeScreenshot() local
526 private void takeScreenshot(Bitmap screenshot, Consumer<Uri> finisher, Rect screenRect, 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
790 setAnimatedViewSize(screenRect.width(), screenRect.height()); in startAnimation()
802 createScreenshotDropInAnimation(screenRect, showFlash); in startAnimation()