/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
D | ScreenshotUtils.java | 96 public static SurfaceControl takeScreenshot(SurfaceControl.Transaction t, SurfaceControl sc, in takeScreenshot() method in ScreenshotUtils 112 public static SurfaceControl takeScreenshot(SurfaceControl.Transaction t, SurfaceControl sc, in takeScreenshot() method in ScreenshotUtils
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/appclips/ |
D | IAppClipsScreenshotHelperService.aidl | 28 @nullable ScreenshotHardwareBufferInternal takeScreenshot(in int displayId); in takeScreenshot() method
|
D | AppClipsCrossProcessHelper.java | 61 Bitmap takeScreenshot() { in takeScreenshot() method in AppClipsCrossProcessHelper
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ScreenshotHelper.java | 69 public void takeScreenshot(@ScreenshotSource int source, @NonNull Handler handler, in takeScreenshot() method in ScreenshotHelper 87 public void takeScreenshot(ScreenshotRequest request, @NonNull Handler handler, in takeScreenshot() method in ScreenshotHelper
|
/frameworks/base/core/java/android/service/games/ |
D | IGameSessionController.aidl | 27 void takeScreenshot(int taskId, in AndroidFuture gameScreenshotResultFuture); in takeScreenshot() method
|
D | GameSession.java | 429 public void takeScreenshot(@NonNull Executor executor, @NonNull ScreenshotCallback callback) { in takeScreenshot() method in GameSession
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | Screenshooter.java | 44 static Bitmap takeScreenshot() { in takeScreenshot() method in Screenshooter
|
D | BugreportProgressService.java | 977 private void takeScreenshot(int id) { in takeScreenshot() method in BugreportProgressService 1011 private void takeScreenshot(int id, int delay) { in takeScreenshot() method in BugreportProgressService 1784 private static boolean takeScreenshot(Context context, String path) { in takeScreenshot() method in BugreportProgressService
|
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | PixelCopyWindow.java | 82 private void takeScreenshot() { in takeScreenshot() method in PixelCopyWindow
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | UiAutomatorBridge.java | 108 public boolean takeScreenshot(File storePath, int quality) { in takeScreenshot() method in UiAutomatorBridge
|
D | UiDevice.java | 834 public boolean takeScreenshot(File storePath) { in takeScreenshot() method in UiDevice 850 public boolean takeScreenshot(File storePath, float scale, int quality) { in takeScreenshot() method in UiDevice
|
/frameworks/base/core/java/android/app/ |
D | IUiAutomationConnection.aidl | 48 boolean takeScreenshot(in Rect crop, in ScreenCaptureListener listener); in takeScreenshot() method
|
D | UiAutomation.java | 1264 public Bitmap takeScreenshot() { in takeScreenshot() method in UiAutomation 1317 public Bitmap takeScreenshot(@NonNull Window window) { in takeScreenshot() method in UiAutomation
|
D | UiAutomationConnection.java | 231 public boolean takeScreenshot(Rect crop, ScreenCapture.ScreenCaptureListener listener) { in takeScreenshot() method in UiAutomationConnection
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | SystemActionPerformer.java | 411 private boolean takeScreenshot() { in takeScreenshot() method in SystemActionPerformer
|
D | UiAutomationManager.java | 392 public void takeScreenshot(int displayId, RemoteCallback callback) {} in takeScreenshot() method in UiAutomationManager.UiAutomationService
|
D | ProxyAccessibilityServiceConnection.java | 559 public void takeScreenshot(int displayId, RemoteCallback callback) in takeScreenshot() method in ProxyAccessibilityServiceConnection
|
D | AbstractAccessibilityServiceConnection.java | 1453 public void takeScreenshot(int displayId, RemoteCallback callback) { in takeScreenshot() method in AbstractAccessibilityServiceConnection
|
/frameworks/base/services/core/java/com/android/server/app/ |
D | GameServiceProviderInstanceImpl.java | 844 void takeScreenshot(int taskId, @NonNull AndroidFuture callback) { in takeScreenshot() method in GameServiceProviderInstanceImpl
|
/frameworks/base/core/java/android/accessibilityservice/ |
D | IAccessibilityServiceConnection.aidl | 166 void takeScreenshot(int displayId, in RemoteCallback callback); in takeScreenshot() method
|
D | AccessibilityService.java | 2692 public void takeScreenshot(int displayId, @NonNull @CallbackExecutor Executor executor, in takeScreenshot() method in AccessibilityService
|
/frameworks/base/core/tests/coretests/src/android/view/accessibility/ |
D | AccessibilityServiceConnectionImpl.java | 187 public void takeScreenshot(int displayId, RemoteCallback callback) {} in takeScreenshot() method in AccessibilityServiceConnectionImpl
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | BugreportReceiverTest.java | 902 private void takeScreenshot() throws Exception { in takeScreenshot() method in BugreportReceiverTest
|