Home
last modified time | relevance | path

Searched defs:takeScreenshot (Results 1 – 8 of 8) 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.java149 public Bitmap takeScreenshot(int width, int height) { in takeScreenshot() method in UiAutomationConnection
DUiAutomation.java615 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/screenshot/
DGlobalScreenshot.java537 void takeScreenshot(Runnable finisher, boolean statusBarVisible, boolean navBarVisible) { in takeScreenshot() method in GlobalScreenshot
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java4806 private void takeScreenshot() { in takeScreenshot() method in PhoneWindowManager