Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java198 mScreenshot.takeScreenshotFullscreen(topComponent, uriConsumer, requestCallback); in handleMessage()
H A DScreenshotController.java359 void takeScreenshotFullscreen(ComponentName topComponent, Consumer<Uri> finisher, in takeScreenshotFullscreen() method in ScreenshotController