Home
last modified time | relevance | path

Searched refs:takeScreenshotOfWindow (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
DIAccessibilityInteractionConnection.aidl66 void takeScreenshotOfWindow(int interactionId, in takeScreenshotOfWindow() method
DAccessibilityInteractionClient.java814 public void takeScreenshotOfWindow(int connectionId, int accessibilityWindowId, in takeScreenshotOfWindow() method in AccessibilityInteractionClient
846 connection.takeScreenshotOfWindow(accessibilityWindowId, interactionId, in takeScreenshotOfWindow()
/frameworks/base/core/java/android/accessibilityservice/
DIAccessibilityServiceConnection.aidl169 void takeScreenshotOfWindow(int accessibilityWindowId, int interactionId, in takeScreenshotOfWindow() method
DAccessibilityService.java2748 public void takeScreenshotOfWindow(int accessibilityWindowId, in takeScreenshotOfWindow() method in AccessibilityService
2751 AccessibilityInteractionClient.getInstance(this).takeScreenshotOfWindow( in takeScreenshotOfWindow()
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityServiceConnectionImpl.java189 public void takeScreenshotOfWindow(int accessibilityWindowId, int interactionId, in takeScreenshotOfWindow() method in AccessibilityServiceConnectionImpl
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipAccessibilityInteractionConnection.java367 public void takeScreenshotOfWindow(int interactionId, in takeScreenshotOfWindow() method in PipAccessibilityInteractionConnection.PipAccessibilityInteractionConnectionImpl
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAbstractAccessibilityServiceConnection.java1402 public void takeScreenshotOfWindow(int accessibilityWindowId, int interactionId, in takeScreenshotOfWindow() method in AbstractAccessibilityServiceConnection
1445 connection.getRemote().takeScreenshotOfWindow(interactionId, listener, callback); in takeScreenshotOfWindow()
/frameworks/base/core/java/android/view/
DViewRootImpl.java11997 public void takeScreenshotOfWindow(int interactionId, in takeScreenshotOfWindow() method in ViewRootImpl.TrackballAxis.AccessibilityInteractionConnection
/frameworks/base/core/api/
Dcurrent.txt3389 …method public void takeScreenshotOfWindow(int, @NonNull java.util.concurrent.Executor, @NonNull an…