Searched refs:takeScreenshot (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java41 mScreenshot.takeScreenshot(new Runnable() {
H A DGlobalScreenshot.java379 void takeScreenshot(Runnable finisher, boolean statusBarVisible, boolean navBarVisible) { method in class:GlobalScreenshot
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotTest.java56 takeScreenshot();
103 private void takeScreenshot() { method in class:ScreenshotTest
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiDevice.java702 public boolean takeScreenshot(File storePath) { method in class:UiDevice
703 return takeScreenshot(storePath, 1.0f, 90);
716 public boolean takeScreenshot(File storePath, float scale, int quality) { method in class:UiDevice
717 // This is from com.android.systemui.screenshot.GlobalScreenshot#takeScreenshot
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java743 takeScreenshot();
3279 private void takeScreenshot() { method in class:PhoneWindowManager

Completed in 1697 milliseconds