Home
last modified time | relevance | path

Searched defs:takeScreenshot (Results 1 – 10 of 10) 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.java152 public Bitmap takeScreenshot(int width, int height) { in takeScreenshot() method in UiAutomationConnection
DUiAutomation.java676 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.java834 public boolean takeScreenshot(File storePath) { in takeScreenshot() method in UiDevice
850 public boolean takeScreenshot(File storePath, float scale, int quality) { in takeScreenshot() method in UiDevice
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java544 void takeScreenshot(Runnable finisher, boolean statusBarVisible, boolean navBarVisible, in takeScreenshot() method in GlobalScreenshot
601 void takeScreenshot(Runnable finisher, boolean statusBarVisible, boolean navBarVisible) { in takeScreenshot() method in GlobalScreenshot
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java661 private void takeScreenshot(int id) { in takeScreenshot() method in BugreportProgressService
688 private void takeScreenshot(int id, int delay) { in takeScreenshot() method in BugreportProgressService
1339 private static boolean takeScreenshot(Context context, String screenshotFile) { in takeScreenshot() method in BugreportProgressService
/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java903 private void takeScreenshot() throws Exception { in takeScreenshot() method in BugreportReceiverTest
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java5368 private void takeScreenshot(final int screenshotType) { in takeScreenshot() method in PhoneWindowManager