Loading packages/SystemUI/src/com/android/systemui/screenshot/LegacyScreenshotController.java +3 −1 Original line number Diff line number Diff line Loading @@ -313,7 +313,9 @@ public class LegacyScreenshotController implements InteractiveScreenshotHandler setWindowFocusable(true); mViewProxy.requestFocus(); if (screenshot.getType() != WindowManager.TAKE_SCREENSHOT_PROVIDED_IMAGE) { enqueueScrollCaptureRequest(requestId, screenshot.getUserHandle()); } attachWindow(); Loading packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotController.kt +4 −1 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ import android.util.Log import android.view.Display import android.view.ScrollCaptureResponse import android.view.ViewRootImpl.ActivityConfigCallback import android.view.WindowManager import android.view.WindowManager.TAKE_SCREENSHOT_PROVIDED_IMAGE import android.widget.Toast import android.window.WindowContext Loading Loading @@ -217,7 +218,9 @@ internal constructor( window.setFocusable(true) viewProxy.requestFocus() if (screenshot.type != WindowManager.TAKE_SCREENSHOT_PROVIDED_IMAGE) { enqueueScrollCaptureRequest(requestId, screenshot.userHandle) } window.attachWindow() Loading Loading
packages/SystemUI/src/com/android/systemui/screenshot/LegacyScreenshotController.java +3 −1 Original line number Diff line number Diff line Loading @@ -313,7 +313,9 @@ public class LegacyScreenshotController implements InteractiveScreenshotHandler setWindowFocusable(true); mViewProxy.requestFocus(); if (screenshot.getType() != WindowManager.TAKE_SCREENSHOT_PROVIDED_IMAGE) { enqueueScrollCaptureRequest(requestId, screenshot.getUserHandle()); } attachWindow(); Loading
packages/SystemUI/src/com/android/systemui/screenshot/ScreenshotController.kt +4 −1 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ import android.util.Log import android.view.Display import android.view.ScrollCaptureResponse import android.view.ViewRootImpl.ActivityConfigCallback import android.view.WindowManager import android.view.WindowManager.TAKE_SCREENSHOT_PROVIDED_IMAGE import android.widget.Toast import android.window.WindowContext Loading Loading @@ -217,7 +218,9 @@ internal constructor( window.setFocusable(true) viewProxy.requestFocus() if (screenshot.type != WindowManager.TAKE_SCREENSHOT_PROVIDED_IMAGE) { enqueueScrollCaptureRequest(requestId, screenshot.userHandle) } window.attachWindow() Loading