HomeSort by relevance Sort by last modified time
    Searched refs:takeScreenshot (Results 1 - 25 of 29) sorted by null

1 2

  /external/droiddriver/src/com/google/android/droiddriver/
Screenshotter.java 33 boolean takeScreenshot(String path);
45 boolean takeScreenshot(String path, CompressFormat format, int quality);
  /frameworks/base/core/java/android/app/
IUiAutomationConnection.aidl 38 Bitmap takeScreenshot(int width, int height);
UiAutomationConnection.java 132 public Bitmap takeScreenshot(int width, int height) {
UiAutomation.java 557 public Bitmap takeScreenshot() {
599 screenShot = mUiAutomationConnection.takeScreenshot((int) screenshotWidth,
  /external/chromium_org/native_client_sdk/src/build_tools/screenshot_extension/
background.js 5 function takeScreenshot(onScreenshot) {
23 takeScreenshot(sendResponse);
  /external/droiddriver/src/com/google/android/droiddriver/uiautomation/
UiAutomationDriver.java 84 protected Bitmap takeScreenshot() {
85 return uiAutomation.takeScreenshot();
  /external/droiddriver/src/com/google/android/droiddriver/base/
AbstractDroidDriver.java 131 public boolean takeScreenshot(String path) {
132 return takeScreenshot(path, Bitmap.CompressFormat.PNG, 0);
136 public boolean takeScreenshot(String path, CompressFormat format, int quality) {
137 Logs.call(this, "takeScreenshot", path, quality);
138 Bitmap screenshot = takeScreenshot();
162 protected abstract Bitmap takeScreenshot();
  /external/chromium_org/chrome/browser/resources/feedback/js/
take_screenshot.js 10 function takeScreenshot(callback) {
50 console.error('takeScreenshot failed: ' +
feedback.js 271 takeScreenshot(function(screenshotCanvas) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
TakeScreenshotService.java 41 mScreenshot.takeScreenshot(new Runnable() {
GlobalScreenshot.java 435 void takeScreenshot(Runnable finisher, boolean statusBarVisible, boolean navBarVisible) {
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
ScreenshotTest.java 56 takeScreenshot();
103 private void takeScreenshot() {
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiAutomatorBridge.java 108 public boolean takeScreenshot(File storePath, int quality) {
109 Bitmap screenshot = mUiAutomation.takeScreenshot();
UiDevice.java 831 public boolean takeScreenshot(File storePath) {
833 return takeScreenshot(storePath, 1.0f, 90);
847 public boolean takeScreenshot(File storePath, float scale, int quality) {
849 return getAutomatorBridge().takeScreenshot(storePath, quality);
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.js 5 function takeScreenshot() {
47 takeScreenshot();
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/
background.js 12 function takeScreenshot() {
53 takeScreenshot();
  /external/droiddriver/src/com/google/android/droiddriver/instrumentation/
InstrumentationDriver.java 100 protected Bitmap takeScreenshot() {
  /packages/apps/Nfc/src/com/android/nfc/
P2pEventManager.java 76 mSendUi.takeScreenshot();
SendUi.java 288 public void takeScreenshot() {
  /prebuilts/sdk/17/
uiautomator.jar 
  /prebuilts/sdk/18/
uiautomator.jar 
  /prebuilts/sdk/19/
uiautomator.jar 
  /prebuilts/sdk/current/
uiautomator.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 753 getUiDevice().takeScreenshot(storePath);
    [all...]

Completed in 247 milliseconds

1 2