Home
last modified time | relevance | path

Searched defs:topComponent (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotController.java359 void takeScreenshotFullscreen(ComponentName topComponent, Consumer<Uri> finisher, in takeScreenshotFullscreen()
370 Insets visibleInsets, int taskId, int userId, ComponentName topComponent, in handleImageAsScreenshot()
396 void takeScreenshotPartial(ComponentName topComponent, in takeScreenshotPartial()
499 private void takeScreenshotInternal(ComponentName topComponent, Consumer<Uri> finisher, in takeScreenshotInternal()
548 Insets screenInsets, ComponentName topComponent, boolean showFlash) { in saveScreenshot()
H A DTakeScreenshotService.java189 ComponentName topComponent = screenshotRequest.getTopComponent(); in handleMessage() local
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DScreenshotHelper.java57 int taskId, int userId, ComponentName topComponent) { in ScreenshotRequest()
282 @NonNull Insets insets, int taskId, int userId, ComponentName topComponent, int source, in provideScreenshot()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DPhoneStateMonitor.java130 ComponentName topComponent = null; in getCurrentDefaultHome() local