HomeSort by relevance Sort by last modified time
    Searched refs:screenshot (Results 26 - 50 of 62) sorted by null

12 3

  /build/target/product/
base.mk 98 screenshot \
  /external/chromium_org/build/android/
screenshot.py 7 """Takes a screenshot or a screen video capture from an Android device."""
15 from pylib import screenshot namespace
25 _PrintMessage('Screenshot written to %s' % os.path.abspath(host_file))
30 recorder = screenshot.VideoRecorder(adb,
48 usage='screenshot.py [options] [filename]')
  /external/chromium_org/chrome/test/chromedriver/chrome/
automation_extension.cc 17 Status AutomationExtension::CaptureScreenshot(std::string* screenshot) {
27 return Status(status.code(), "cannot take screenshot", status);
28 if (!result->GetAsString(screenshot))
29 return Status(kUnknownError, "screenshot is not a string");
stub_web_view.h 64 virtual Status CaptureScreenshot(std::string* screenshot) OVERRIDE;
web_view.h 140 virtual Status CaptureScreenshot(std::string* screenshot) = 0;
stub_web_view.cc 116 Status StubWebView::CaptureScreenshot(std::string* screenshot) {
web_view_impl.h 84 virtual Status CaptureScreenshot(std::string* screenshot) OVERRIDE;
web_view_impl.cc 364 Status WebViewImpl::CaptureScreenshot(std::string* screenshot) {
371 if (!result->GetString("data", screenshot))
  /external/chromium_org/chrome/test/functional/ispy/client/
chrome_utils.py 139 """Take a screenshot and compare it with the given expectation in I-Spy.
149 screenshot = self._screenshot_func()
155 screenshot)
  /prebuilts/devtools/tools/
screenshot2 74 exec java -Xmx128M $os_opts $java_debug -Djava.ext.dirs="$frameworkdir" -Djava.library.path="$libdir" -Dcom.android.screenshot.bindir="$progdir" -jar "$jarpath" "$@"
  /external/chromium/chrome/browser/
bug_report_util.cc 317 userfeedback::PostedScreenshot screenshot; local
318 screenshot.set_mime_type(kPngMimeType);
319 // Set the dimensions of the screenshot
323 *(screenshot.mutable_dimensions()) = dimensions;
324 screenshot.set_binary_content(std::string(png_data, png_data_length));
326 // Set the screenshot object in feedback
327 *(feedback_data.mutable_screenshot()) = screenshot;
  /external/chromium_org/chrome/browser/feedback/
feedback_util.cc 323 // NOTE: Screenshot needs to be processed after system info since we'll get
324 // the screenshot dimensions from system info.
326 userfeedback::PostedScreenshot screenshot; local
327 screenshot.set_mime_type(kPngMimeType);
329 // Set that we 'have' dimensions of the screenshot. These dimensions are
335 *(screenshot.mutable_dimensions()) = dimensions;
336 screenshot.set_binary_content(*data->image());
338 *(feedback_data.mutable_screenshot()) = screenshot;
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 83 FilePath screenshot = screenshots.Next(); local
84 while (!screenshot.empty()) {
86 screenshot.BaseName().value());
90 screenshot = screenshots.Next();
152 // Do not refresh screenshot, do not create a new tab
255 localized_strings.SetString(std::string("current-screenshot"),
257 localized_strings.SetString(std::string("saved-screenshot"),
271 localized_strings.SetString(std::string("choose-different-screenshot"),
274 localized_strings.SetString(std::string("choose-original-screenshot"),
456 // setting the screenshot to NULL, effectively disabling the sourc
    [all...]
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
ScreenshotTest.java 16 package com.android.systemui.screenshot;
30 * Functional tests for the global screenshot feature.
44 * to trigger the screenshot, and verifies the screenshot was taken successfully.
57 // unlikely, but check if a new screenshot file was already created
59 // wait for screenshot to be created
64 assertNotNull(String.format("Could not find screenshot after %d seconds",
69 assertTrue(String.format("Detected new screenshot %s but its not a file",
71 assertTrue(String.format("Detected new screenshot %s but its not an image",
101 * Inject the key sequence to take a screenshot
    [all...]
  /prebuilts/devtools/tools/lib/
uiautomatorviewer.jar 
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura_browsertest.cc 35 // This class keeps track of the RenderViewHost whose screenshot was captured.
381 // Tests that the page has has a screenshot when navigation happens:
415 EXPECT_FALSE(entry->screenshot().get());
425 // Navigate again. Index 2 should now have a screenshot.
436 EXPECT_FALSE(entry->screenshot().get());
440 // index 3 to index 2, and index 3 should have a screenshot.
468 EXPECT_FALSE(entry->screenshot().get());
485 // Tests that screenshot is taken correctly when navigation causes a
537 EXPECT_FALSE(entry->screenshot().get());
544 // Navigate again. This should not take any screenshot because of th
    [all...]
web_contents_view_aura.cc 130 if (entry && entry->screenshot().get()) {
132 image_reps.push_back(gfx::ImagePNGRep(entry->screenshot(),
490 // navigation, it is necessary to show the history-screenshot until the page is
492 // screenshot window on top of the page until the page has completed loading and
557 // If there is a screenshot displayed in the overlay window, then wait for
560 // If there is no screenshot in the overlay window, then hide this view
581 // NavigationEntry for the screenshot image to display.
588 if (entry && entry->screenshot().get()) {
590 image_reps.push_back(gfx::ImagePNGRep(entry->screenshot(),
    [all...]
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 140 return SurfaceControl.screenshot(width, height);
  /external/chromium_org/chrome/test/chromedriver/extension/
background.js 21 * Captures a screenshot of the visible tab.
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
android_platform_backend.py 17 from pylib import screenshot # pylint: disable=F0401 namespace
194 self._video_recorder = screenshot.VideoRecorder(
  /external/chromium_org/chrome/test/chromedriver/
window_commands.cc 742 std::string screenshot;
749 status = extension->CaptureScreenshot(&screenshot);
750 // If the screenshot was forbidden, fallback to DevTools.
752 status = web_view->CaptureScreenshot(&screenshot);
754 status = web_view->CaptureScreenshot(&screenshot);
759 value->reset(new base::StringValue(screenshot));
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 58 * mPreAnimator: scales the screenshot down to INTERMEDIATE_SCALE
59 * mSlowSendAnimator: scales the screenshot down to 0.2f (used as a "send in progress" animation)
60 * mFastSendAnimator: quickly scales the screenshot down to 0.0f (used for send success)
62 * mScaleUpAnimator: scales the screenshot back up to full screen (used for failure or receiving)
154 // Besides animating the screenshot, the Beam UI also renders
157 // "pre-animation" has scaled down the screenshot, to avoid
192 mScreenshotLayout = mLayoutInflater.inflate(R.layout.screenshot, null);
194 mScreenshotView = (ImageView) mScreenshotLayout.findViewById(R.id.screenshot);
289 // There's no point in taking the screenshot if
305 // Still waiting for screenshot, store request in stat
    [all...]
  /build/
envsetup.sh     [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_entry_impl.h 206 const scoped_refptr<base::RefCountedBytes> screenshot() const { function in class:content::NavigationEntryImpl
269 // restore). The screenshot of a page is taken when navigating away from the
270 // page. This screenshot is displayed during an overscroll-navigation
271 // gesture. |screenshot_| will be NULL when the screenshot is not available
272 // (e.g. after a session restore, or if taking the screenshot of a page
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
cros_interface.py 329 """Takes a screenshot, useful for debugging failures."""
347 logging.warning('screenshot directory full.')

Completed in 1856 milliseconds

12 3