Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotTest.java107 private void takeScreenshot() { in takeScreenshot() method in ScreenshotTest
/frameworks/base/core/java/android/app/
DIUiAutomationConnection.aidl40 Bitmap takeScreenshot(int width, int height); in takeScreenshot() method
DUiAutomationConnection.java145 public Bitmap takeScreenshot(int width, int height) { in takeScreenshot() method in UiAutomationConnection
DUiAutomation.java614 public Bitmap takeScreenshot() { in takeScreenshot() method in UiAutomation
/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.java831 public boolean takeScreenshot(File storePath) { in takeScreenshot() method in UiDevice
847 public boolean takeScreenshot(File storePath, float scale, int quality) { in takeScreenshot() method in UiDevice
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DSystemServicesProxy.java542 public Bitmap takeScreenshot() { in takeScreenshot() method in SystemServicesProxy
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java488 void takeScreenshot(Runnable finisher, boolean statusBarVisible, boolean navBarVisible) { in takeScreenshot() method in GlobalScreenshot
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java4426 private void takeScreenshot() { in takeScreenshot() method