Searched defs:takeScreenshot (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotTest.java56 takeScreenshot();
103 private void takeScreenshot() { method in class:ScreenshotTest
/frameworks/base/core/java/android/app/
H A DUiAutomationConnection.java132 public Bitmap takeScreenshot(int width, int height) { method in class:UiAutomationConnection
H A DUiAutomation.java557 public Bitmap takeScreenshot() { method in class:UiAutomation
599 screenShot = mUiAutomationConnection.takeScreenshot((int) screenshotWidth,
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiAutomatorBridge.java108 public boolean takeScreenshot(File storePath, int quality) { method in class:UiAutomatorBridge
109 Bitmap screenshot = mUiAutomation.takeScreenshot();
H A DUiDevice.java831 public boolean takeScreenshot(File storePath) { method in class:UiDevice
833 return takeScreenshot(storePath, 1.0f, 90);
847 public boolean takeScreenshot(File storePath, float scale, int quality) { method in class:UiDevice
849 return getAutomatorBridge().takeScreenshot(storePath, quality);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java435 void takeScreenshot(Runnable finisher, boolean statusBarVisible, boolean navBarVisible) { method in class:GlobalScreenshot
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java755 takeScreenshot();
3748 private void takeScreenshot() { method in class:PhoneWindowManager

Completed in 247 milliseconds