Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java630 mScreenshotView.setScreenshot(mScreenBitmap, screenInsets); in saveScreenshot()
H A DScreenshotView.java415 void setScreenshot(Bitmap bitmap, Insets screenInsets) { in setScreenshot() method in ScreenshotView