Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java189 ComponentName topComponent = screenshotRequest.getTopComponent(); in handleMessage() local
191 topComponent == null ? "" : topComponent.getPackageName()); in handleMessage()
198 mScreenshot.takeScreenshotFullscreen(topComponent, uriConsumer, requestCallback); in handleMessage()
204 mScreenshot.takeScreenshotPartial(topComponent, uriConsumer, requestCallback); in handleMessage()
224 taskId, userId, topComponent, uriConsumer, requestCallback); in handleMessage()
H A DScreenshotController.java359 void takeScreenshotFullscreen(ComponentName topComponent, Consumer<Uri> finisher, in takeScreenshotFullscreen() argument
365 topComponent, finisher, in takeScreenshotFullscreen()
370 Insets visibleInsets, int taskId, int userId, ComponentName topComponent, in handleImageAsScreenshot() argument
389 saveScreenshot(screenshot, finisher, screenshotScreenBounds, visibleInsets, topComponent, in handleImageAsScreenshot()
396 void takeScreenshotPartial(ComponentName topComponent, in takeScreenshotPartial() argument
406 rect -> takeScreenshotInternal(topComponent, finisher, rect)); in takeScreenshotPartial()
499 private void takeScreenshotInternal(ComponentName topComponent, Consumer<Uri> finisher, in takeScreenshotInternal() argument
518 saveScreenshot(screenshot, finisher, screenRect, Insets.NONE, topComponent, true); in takeScreenshotInternal()
548 Insets screenInsets, ComponentName topComponent, boolean showFlash) { in saveScreenshot() argument
569 mPackageName = topComponent == null ? "" : topComponent.getPackageName(); in saveScreenshot()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DPhoneStateMonitor.java130 ComponentName topComponent = null; in getCurrentDefaultHome() local
133 topComponent = resolveInfo.activityInfo.getComponentName(); in getCurrentDefaultHome()
136 topComponent = null; in getCurrentDefaultHome()
139 return topComponent; in getCurrentDefaultHome()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DScreenshotHelper.java57 int taskId, int userId, ComponentName topComponent) { in ScreenshotRequest() argument
64 mTopComponent = topComponent; in ScreenshotRequest()
282 @NonNull Insets insets, int taskId, int userId, ComponentName topComponent, int source, in provideScreenshot() argument
286 userId, topComponent); in provideScreenshot()