/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | GlobalActionPerformer.java | 99 return takeScreenshot(); in performGlobalAction() 190 private boolean takeScreenshot() { in takeScreenshot() method in GlobalActionPerformer 193 screenshotHelper.takeScreenshot(android.view.WindowManager.TAKE_SCREENSHOT_FULLSCREEN, in takeScreenshot()
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | UiAutomatorBridge.java | 108 public boolean takeScreenshot(File storePath, int quality) { in takeScreenshot() method in UiAutomatorBridge 109 Bitmap screenshot = mUiAutomation.takeScreenshot(); in takeScreenshot()
|
D | UiDevice.java | 834 public boolean takeScreenshot(File storePath) { in takeScreenshot() method in UiDevice 836 return takeScreenshot(storePath, 1.0f, 90); in takeScreenshot() 850 public boolean takeScreenshot(File storePath, float scale, int quality) { in takeScreenshot() method in UiDevice 852 return getAutomatorBridge().takeScreenshot(storePath, quality); in takeScreenshot()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PixelCopyWindow.java | 40 btn.setOnClickListener((v) -> takeScreenshot()); in onCreate() 82 private void takeScreenshot() { in takeScreenshot() method in PixelCopyWindow
|
/frameworks/base/core/java/android/app/ |
D | IUiAutomationConnection.aidl | 42 Bitmap takeScreenshot(in Rect crop, int rotation); in takeScreenshot() method
|
D | UiAutomation.java | 807 public Bitmap takeScreenshot() { in takeScreenshot() method in UiAutomation 822 screenShot = mUiAutomationConnection.takeScreenshot( in takeScreenshot()
|
D | UiAutomationConnection.java | 178 public Bitmap takeScreenshot(Rect crop, int rotation) { in takeScreenshot() method in UiAutomationConnection
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | Screenshooter.java | 42 static Bitmap takeScreenshot() { in takeScreenshot() method in Screenshooter
|
D | BugreportProgressService.java | 332 takeScreenshot(msg.arg1, msg.arg2); in handleMessage() 390 takeScreenshot(id); in handleMessage() 643 private void takeScreenshot(int id) { in takeScreenshot() method in BugreportProgressService 664 takeScreenshot(id, SCREENSHOT_DELAY_SECONDS); in takeScreenshot() 670 private void takeScreenshot(int id, int delay) { in takeScreenshot() method in BugreportProgressService 714 boolean taken = takeScreenshot(mContext, screenshotFile); in handleScreenshotRequest() 1394 private static boolean takeScreenshot(Context context, String path) { in takeScreenshot() method in BugreportProgressService 1395 final Bitmap bitmap = Screenshooter.takeScreenshot(); in takeScreenshot()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | TakeScreenshotService.java | 65 mScreenshot.takeScreenshot(finisher, msg.arg1 > 0, msg.arg2 > 0);
|
D | GlobalScreenshot.java | 587 private void takeScreenshot(Runnable finisher, boolean statusBarVisible, boolean navBarVisible, in takeScreenshot() method in GlobalScreenshot 611 void takeScreenshot(Runnable finisher, boolean statusBarVisible, boolean navBarVisible) { in takeScreenshot() method in GlobalScreenshot 613 takeScreenshot(finisher, statusBarVisible, navBarVisible, in takeScreenshot() 643 takeScreenshot(finisher, statusBarVisible, navBarVisible, in takeScreenshotPartial()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | GlobalActionPerformerTest.java | 85 verify(mMockScreenshotHelper).takeScreenshot( in testScreenshot_requestsFromScreenshotHelper()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ScreenshotHelper.java | 46 public void takeScreenshot(final int screenshotType, final boolean hasStatus, in takeScreenshot() method in ScreenshotHelper
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | BugreportReceiverTest.java | 286 takeScreenshot(); in testProgress_takeExtraScreenshot() 305 takeScreenshot(); in testScreenshotFinishesAfterBugreport() 1025 private void takeScreenshot() throws Exception { in takeScreenshot() method in BugreportReceiverTest
|
/frameworks/base/cmds/uiautomator/api/ |
D | 17.txt | 52 method public boolean takeScreenshot(java.io.File); 53 method public boolean takeScreenshot(java.io.File, float, int);
|
D | current.txt | 71 method public boolean takeScreenshot(java.io.File); 72 method public boolean takeScreenshot(java.io.File, float, int);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialog.java | 616 mScreenshotHelper.takeScreenshot(1, true, true, mHandler); in onPress()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DisplayPolicy.java | 3615 public void takeScreenshot(int screenshotType) { in takeScreenshot() method 3617 mScreenshotHelper.takeScreenshot(screenshotType, in takeScreenshot()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 1446 mDefaultDisplayPolicy.takeScreenshot(mScreenshotType); in run()
|
/frameworks/base/services/ |
D | art-profile | 16089 PLcom/android/server/wm/DisplayPolicy;->takeScreenshot(I)V
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 7356 Landroid/app/IUiAutomationConnection$Stub$Proxy;->takeScreenshot(Landroid/graphics/Rect;I)Landroid/… 7387 Landroid/app/IUiAutomationConnection;->takeScreenshot(Landroid/graphics/Rect;I)Landroid/graphics/Bi… 9798 Landroid/app/UiAutomationConnection;->takeScreenshot(Landroid/graphics/Rect;I)Landroid/graphics/Bit…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 5149 method public android.graphics.Bitmap takeScreenshot();
|
/frameworks/base/api/ |
D | current.txt | 6311 method public android.graphics.Bitmap takeScreenshot();
|