HomeSort by relevance Sort by last modified time
    Searched full:screenshot (Results 1 - 25 of 183) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/
screenshot.zip 
  /sdk/screenshot/etc/
manifest.txt 1 Main-Class: com.android.screenshot.Screenshot
  /frameworks/base/cmds/screenshot/
Android.mk 4 LOCAL_SRC_FILES := screenshot.c
6 LOCAL_MODULE := screenshot
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
background.html 4 <script src='screenshot.js' type='text/javascript' />
manifest.json 2 "name": "Test Screenshot Extension",
4 "description": "Demonstrate screenshot functionality in the chrome.tabs api.",
screenshot.js 1 // To make sure we can uniquely identify each screenshot tab, add an id as a
2 // query param to the url that displays the screenshot.
8 var viewTabUrl = [chrome.extension.getURL('screenshot.html'),
27 // the screenshot. The url of the tab which will display the
28 // screenshot includes a query parameter with a unique id, which
45 // Listen for a click on the camera icon. On that click, take a screenshot.
  /development/samples/BusinessCard/
_index.html 6 <img alt="Screenshot #1 of the Business Card application" src="../images/BusinessCard1.png" />
7 <img alt="Screenshot #2 of the Business Card application" src="../images/BusinessCard2.png" />
  /development/samples/ContactManager/
_index.html 9 <img alt="Screenshot 1" src="../images/ContactManager1.png" />
10 <img alt="Screenshot 2" src="../images/ContactManager2.png" /
  /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...]
ScreenshotStubActivity.java 16 package com.android.systemui.screenshot;
  /sdk/screenshot/
.project 3 <name>screenshot</name>
  /system/extras/bugmailer/
bugmailer.sh 14 screenshot=$screenshotPath/Screenshot_$timestamp.png
23 /system/bin/screencap -p $screenshot &
31 chown root.sdcard_rw $screenshot
35 /system/bin/send_bug $bugreport.txt $screenshot
  /external/chromium/chrome/browser/resources/
bug_report.js 45 function addScreenshot(divId, screenshot) {
64 thumbnail.src = screenshot + '?' + Date.now();
89 if ($('screenshot-checkbox').checked && selectedThumbnailId)
160 * Change the type of screenshot we're showing to the user from
161 * the current screenshot to saved screenshots
164 $('screenshot-label-current').style.display = 'none';
165 $('screenshot-label-saved').style.display = 'inline';
168 $('screenshot-link-tosaved').style.display = 'none';
169 $('screenshot-link-tocurrent').style.display = 'inline';
175 * Change the type of screenshot we're showing to the user fro
    [all...]
bug_report.html 77 function setupCurrentScreenshot(screenshot) {
78 addScreenshot('current-screenshots', screenshot);
89 // In case the user tries to send now; fail safe, do not send a screenshot
90 // at all versus sending the current screenshot.
119 $('screenshot-link-tosaved').style.display = 'none';
225 <!-- Screenshot -->
231 <input id="screenshot-checkbox" type="checkbox">
232 <span id="screenshot-label-current"
233 i18n-content="current-screenshot">
236 <span id="screenshot-label-saved"
    [all...]
  /external/chromium/chrome/browser/userfeedback/proto/
annotations.proto 4 // Messages containing data about the annotations drawn on the screenshot of a
16 // An annotation drawn by the user on the screenshot of a web page.
  /frameworks/testing/uiautomator/utils/uiautomatorviewer/src/com/android/uiautomator/actions/
ScreenshotAction.java 44 super("&Device Screenshot");
50 return ImageHelper.loadImageDescriptorFromResource("images/screenshot.png");
64 Status s = new Status(IStatus.ERROR, "Screenshot", msg, t);
66 mViewer.getShell(), "Error", "Cannot take screenshot", s);
93 // boiler plates to do a bunch of adb stuff to take XML snapshot and screenshot
159 monitor.subTask("Deleting old device screenshot...");
161 "shell", "rm", "/sdcard/screenshot.png");
166 "Non-zero return code from \"rm\" screenshot command:\n"
171 showError("Failed to execute \"rm\" screenshot command.", e, monitor);
175 monitor.subTask("Taking device screenshot...")
    [all...]
  /frameworks/base/docs/html/about/versions/
android-2.0-highlights.jd 8 #jd-content div.screenshot,
21 #jd-content div.screenshot.second {
25 #jd-content div.screenshot img {
56 <div class="screenshot">
57 <img src="images/2.0/quick-connect.png" class="screenshot" alt="" /><br/>
61 <div class="screenshot second">
62 <img src="images/2.0/multiple-accounts.png" class="screenshot" alt="" /><br/>
66 <div class="screenshot">
67 <img src="images/2.0/mms-search.png" class="screenshot" alt="" /><br/>
71 <div class="screenshot second"
    [all...]
android-1.6-highlights.jd 8 #jd-content div.screenshot,
21 #jd-content div.screenshot img {
51 <div class="screenshot">
52 <img src="images/search.png" class="screenshot" alt="" /><br/>
56 <div class="screenshot">
57 <img src="images/camera.png" class="screenshot" alt="" /><br/>
61 <div class="screenshot">
62 <img src="images/battery.png" class="screenshot" alt="" /><br/>
123 <div class="screenshot" style="margin-top:-35px">
124 <img src="images/market.png" class="screenshot" alt="" /><br/
    [all...]
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/actions/
RefreshPixelPerfectAction.java 34 super("&Refresh Screenshot");
39 setToolTipText("Refresh the screenshot");
InspectScreenshotAction.java 39 super("Inspect &Screenshot");
42 mImage = imageLoader.loadImage("inspect-screenshot.png", Display.getDefault()); //$NON-NLS-1$
44 setToolTipText("Inspect a screenshot in the pixel perfect view");
  /external/chromium/chrome/browser/ui/cocoa/
bug_report_window_controller.h 27 // Holds screenshot of current tab.
29 // Width and height of the current tab's screenshot.
49 // YES sends a screenshot along with the bug report.
52 // Disable screenshot if no browser window is open.
62 // screenshot" and "description" are disabled. Save the state of this value
  /frameworks/base/cmds/screencap/
screencap.cpp 133 ScreenshotClient screenshot; local
134 if (screenshot.update() == NO_ERROR) {
135 base = screenshot.getPixels();
136 w = screenshot.getWidth();
137 h = screenshot.getHeight();
138 f = screenshot.getFormat();
139 size = screenshot.getSize();
  /system/extras/bugmailer/src/com/android/commands/sendbug/
SendBug.java 55 File screenShot = null;
57 screenShot = new File(screenShotPath);
58 if (!screenShot.exists()) {
60 screenShot = null;
65 // todo (aalbert): investigate adding a screenshot to BugReporter
68 final Uri screenshotUri = screenShot != null
69 ? Uri.fromFile(screenShot) : null;
  /development/samples/SampleSyncAdapter/
_index.html 40 <img alt="Screenshot 1" src="../images/SampleSyncAdapter1.png" />
41 <img alt="Screenshot 2" src="../images/SampleSyncAdapter2.png" />
42 <img alt="Screenshot 3" src="../images/SampleSyncAdapter3.png" />
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
ScreenshotAppState.java 39 inputManager.addMapping("ScreenShot", new KeyTrigger(KeyInput.KEY_SYSRQ));
40 inputManager.addListener(this, "ScreenShot");
90 logger.log(Level.SEVERE, "Error while saving screenshot", ex);

Completed in 953 milliseconds

1 2 3 4 5 6 7 8