Home
last modified time | relevance | path

Searched defs:takeScreenshot (Results 1 – 22 of 22) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DScreenshotUtils.java95 public static SurfaceControl takeScreenshot(SurfaceControl.Transaction t, SurfaceControl sc, in takeScreenshot() method in ScreenshotUtils
111 public static SurfaceControl takeScreenshot(SurfaceControl.Transaction t, SurfaceControl sc, in takeScreenshot() method in ScreenshotUtils
/frameworks/base/core/java/android/service/games/
DIGameSessionController.aidl26 void takeScreenshot(int taskId, in AndroidFuture gameScreenshotResultFuture); in takeScreenshot() method
DGameSession.java429 public void takeScreenshot(@NonNull Executor executor, @NonNull ScreenshotCallback callback) { in takeScreenshot() method in GameSession
/frameworks/base/packages/Shell/src/com/android/shell/
DScreenshooter.java39 static Bitmap takeScreenshot() { in takeScreenshot() method in Screenshooter
DBugreportProgressService.java934 private void takeScreenshot(int id) { in takeScreenshot() method in BugreportProgressService
968 private void takeScreenshot(int id, int delay) { in takeScreenshot() method in BugreportProgressService
1762 private static boolean takeScreenshot(Context context, String path) { in takeScreenshot() method in BugreportProgressService
/frameworks/base/core/java/com/android/internal/util/
DScreenshotHelper.java71 public void takeScreenshot(@ScreenshotSource int source, @NonNull Handler handler, in takeScreenshot() method in ScreenshotHelper
89 public void takeScreenshot(ScreenshotRequest request, @NonNull Handler handler, in takeScreenshot() method in ScreenshotHelper
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DPixelCopyWindow.java82 private void takeScreenshot() { in takeScreenshot() method in PixelCopyWindow
/frameworks/base/packages/SystemUI/screenshot/src/com/android/systemui/testing/screenshot/
DViewScreenshotTestRule.kt67 protected fun takeScreenshot( in <lambda>() method
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiAutomatorBridge.java108 public boolean takeScreenshot(File storePath, int quality) { in takeScreenshot() method in UiAutomatorBridge
DUiDevice.java834 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/
DIUiAutomationConnection.aidl45 Bitmap takeScreenshot(in Rect crop); in takeScreenshot() method
DUiAutomation.java1034 public Bitmap takeScreenshot() { in takeScreenshot() method in UiAutomation
1076 public Bitmap takeScreenshot(@NonNull Window window) { in takeScreenshot() method in UiAutomation
DUiAutomationConnection.java212 public Bitmap takeScreenshot(Rect crop) { in takeScreenshot() method in UiAutomationConnection
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DSystemActionPerformer.java391 private boolean takeScreenshot() { in takeScreenshot() method in SystemActionPerformer
DUiAutomationManager.java367 public void takeScreenshot(int displayId, RemoteCallback callback) {} in takeScreenshot() method in UiAutomationManager.UiAutomationService
DAbstractAccessibilityServiceConnection.java1236 public void takeScreenshot(int displayId, RemoteCallback callback) { in takeScreenshot() method in AbstractAccessibilityServiceConnection
/frameworks/base/core/java/android/accessibilityservice/
DIAccessibilityServiceConnection.aidl123 void takeScreenshot(int displayId, in RemoteCallback callback); in takeScreenshot() method
DAccessibilityService.java2579 public void takeScreenshot(int displayId, @NonNull @CallbackExecutor Executor executor, in takeScreenshot() method in AccessibilityService
/frameworks/base/services/core/java/com/android/server/app/
DGameServiceProviderInstanceImpl.java838 void takeScreenshot(int taskId, @NonNull AndroidFuture callback) { in takeScreenshot() method in GameServiceProviderInstanceImpl
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityServiceConnectionImpl.java180 public void takeScreenshot(int displayId, RemoteCallback callback) {} in takeScreenshot() method in AccessibilityServiceConnectionImpl
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java902 private void takeScreenshot() throws Exception { in takeScreenshot() method in BugreportReceiverTest
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java2684 public void takeScreenshot(int screenshotType, int source) { in takeScreenshot() method