Searched defs:topComponent (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotController.java | 359 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 D | TakeScreenshotService.java | 189 ComponentName topComponent = screenshotRequest.getTopComponent(); in handleMessage() local
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | ScreenshotHelper.java | 57 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 D | PhoneStateMonitor.java | 130 ComponentName topComponent = null; in getCurrentDefaultHome() local
|