Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DIUiAutomationConnection.aidl38 Bitmap takeScreenshot(int width, int height); in takeScreenshot() method
DUiAutomationConnection.java132 public Bitmap takeScreenshot(int width, int height) { in takeScreenshot() method in UiAutomationConnection
DUiAutomation.java557 public Bitmap takeScreenshot() { in takeScreenshot() method in UiAutomation
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotTest.java103 private void takeScreenshot() { in takeScreenshot() method in ScreenshotTest
/frameworks/testing/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/screenshot/
DGlobalScreenshot.java435 void takeScreenshot(Runnable finisher, boolean statusBarVisible, boolean navBarVisible) { in takeScreenshot() method in GlobalScreenshot
/frameworks/base/policy/src/com/android/internal/policy/impl/
DPhoneWindowManager.java3748 private void takeScreenshot() { in takeScreenshot() method in PhoneWindowManager