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

/frameworks/base/packages/Shell/src/com/android/shell/
H A DScreenshooter.java42 static Bitmap takeScreenshot() { method in class:Screenshooter
H A DBugreportProgressService.java322 takeScreenshot(msg.arg1, msg.arg2);
380 takeScreenshot(id);
633 private void takeScreenshot(int id) { method in class:BugreportProgressService
639 Log.w(TAG, "takeScreenshot(): canceling notification because id " + id
654 takeScreenshot(id, SCREENSHOT_DELAY_SECONDS);
660 private void takeScreenshot(int id, int delay) { method in class:BugreportProgressService
704 boolean taken = takeScreenshot(mContext, screenshotFile);
1374 private static boolean takeScreenshot(Context context, String path) { method in class:BugreportProgressService
1375 final Bitmap bitmap = Screenshooter.takeScreenshot();
/frameworks/base/core/java/android/app/
H A DIUiAutomationConnection.aidl41 Bitmap takeScreenshot(in Rect crop, int rotation);
H A DUiAutomation.java707 public Bitmap takeScreenshot() { method in class:UiAutomation
722 screenShot = mUiAutomationConnection.takeScreenshot(
H A DUiAutomationConnection.java157 public Bitmap takeScreenshot(Rect crop, int rotation) { method in class:UiAutomationConnection
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DGlobalActionPerformer.java99 return takeScreenshot();
190 private boolean takeScreenshot() { method in class:GlobalActionPerformer
193 screenshotHelper.takeScreenshot(android.view.WindowManager.TAKE_SCREENSHOT_FULLSCREEN,
/frameworks/base/cmds/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.java834 public boolean takeScreenshot(File storePath) { method in class:UiDevice
836 return takeScreenshot(storePath, 1.0f, 90);
850 public boolean takeScreenshot(File storePath, float scale, int quality) { method in class:UiDevice
852 return getAutomatorBridge().takeScreenshot(storePath, quality);
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DTakeScreenshotService.java65 mScreenshot.takeScreenshot(finisher, msg.arg1 > 0, msg.arg2 > 0);
H A DGlobalScreenshot.java578 private void takeScreenshot(Runnable finisher, boolean statusBarVisible, boolean navBarVisible, method in class:GlobalScreenshot
602 void takeScreenshot(Runnable finisher, boolean statusBarVisible, boolean navBarVisible) { method in class:GlobalScreenshot
604 takeScreenshot(finisher, statusBarVisible, navBarVisible,
634 takeScreenshot(finisher, statusBarVisible, navBarVisible,
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DPixelCopyWindow.java40 btn.setOnClickListener((v) -> takeScreenshot());
82 private void takeScreenshot() { method in class:PixelCopyWindow
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DGlobalActionPerformerTest.java85 verify(mMockScreenshotHelper).takeScreenshot(
/frameworks/base/core/java/com/android/internal/util/
H A DScreenshotHelper.java46 public void takeScreenshot(final int screenshotType, final boolean hasStatus, method in class:ScreenshotHelper
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java286 takeScreenshot();
305 takeScreenshot();
1025 private void takeScreenshot() throws Exception { method in class:BugreportReceiverTest
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialog.java490 mScreenshotHelper.takeScreenshot(1, true, true, mHandler);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1815 mScreenshotHelper.takeScreenshot(mScreenshotType,

Completed in 303 milliseconds