/frameworks/base/docs/html/sdk/installing/ |
studio-build.jd | 245 <li>Click <strong>File</strong> and select <strong>New Project</strong>.</li> 248 <li>Leave the rest of the values unchanged and click <strong>Next</strong>.</li> 249 <li>Leave the default icon settings unchanged and click <strong>Next</strong>.</li> 250 <li>Select <em>Blank Activity</em> and click <strong>Next</strong>.</li> 251 <li>Leave the default activity and layout names unchanged and click 305 <li>Click <strong>File</strong> and select <strong>New Module</strong>.</li> 306 <li>On the window that appears, select <strong>Android Library</strong> and click 308 <li>Leave the default module name (<code>lib</code>) unchanged and click 310 <li>Select <em>Blank Activity</em> and click <strong>Next</strong>.</li> 311 <li>Type "LibActivity1" on the <em>Activity Name</em> field and click [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/photo/ |
gallery.js | 162 content.addEventListener('click', this.onContentClick_.bind(this)); 170 backButton.addEventListener('click', this.onBack_.bind(this)); 178 minimizeButton.addEventListener('click', this.onMinimize_.bind(this)); 185 maximizeButton.addEventListener('click', this.onMaximize_.bind(this)); 192 closeButton.addEventListener('click', this.onClose_.bind(this)); 214 this.modeButton_.addEventListener('click', 242 deleteButton.addEventListener('click', this.delete_.bind(this)); 246 this.shareButton_.addEventListener('click', this.toggleShare_.bind(this)); 354 * Handles user's 'Back' action (Escape or a click on the X icon). 370 * Handles user's 'Maximize' action (Escape or a click on the X icon) [all...] |
/external/chromium-trace/trace-viewer/src/tracing/ |
timeline_view.js | 91 showEl.addEventListener('click', onClick.bind(this)); 121 showEl.addEventListener('click', onClick.bind(this)); 150 // Stop event so it doesn't trigger new click listener on document. 154 showEl.addEventListener('click', onClick.bind(this)); 185 showEl.addEventListener('click', onClick.bind(this)); 331 this.querySelector('.view-help-button').click();
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_error_message.js | 208 rebootButton.addEventListener('click', function(e) { 217 diagnoseButton.addEventListener('click', function(e) { 226 certsButton.addEventListener('click', function(e) { 236 continueButton.addEventListener('click', function(e) { 246 okButton.addEventListener('click', function(e) { 262 powerwashButton.addEventListener('click', function(e) {
|
oobe_screen_terms_of_service.js | 68 backButton.addEventListener('click', function(event) { 84 acceptButton.addEventListener('click', function(event) {
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
change_picture_options.js | 86 'click', this.handleTakePhoto_.bind(this)); 88 'click', this.handleDiscardPhoto_.bind(this)); 92 'click', this.handleFlipPhoto_.bind(this)); 106 'click', this.closeOverlay_.bind(this)); 167 * Handles "Take photo" button click. 186 * Handles "Discard photo" button click.
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/ |
BasicHtmlSanitizerTest.java | 200 sanitize("<button>Click Me!</button>", "<button>Click Me!</button>"); 201 sanitize("<button autofocus=\"true\">Click Me!</button>", 202 "<button autofocus=\"true\">Click Me!</button>"); 203 sanitize("<button disabled=\"true\">Click Me!</button>", 204 "<button disabled=\"true\">Click Me!</button>"); 205 sanitize("<button formenctype=\"text/plain\">Click Me!</button>", 206 "<button formenctype=\"text/plain\">Click Me!</button>"); 207 sanitize("<button formmethod=\"post\">Click Me!</button>", 208 "<button formmethod=\"post\">Click Me!</button>") [all...] |
/external/chromium_org/native_client_sdk/doc_generated/devguide/devcycle/ |
running.html | 171 <li>Click the “Enable” link.</li> 172 <li>Click the “Relaunch Now” button in the bottom of the screen. <strong>Native 183 <li>If the link below “Native Client” says “Enable”, click the link to enable 294 <li>Check the box for <strong>Developer mode</strong> and then click the <strong>Load unpacked 301 <li>Open a new tab in Chrome and click the <strong>Apps</strong> link at the bottom of the 305 Click the icon to launch the app.</li> 344 <li>Check the box for <strong>Developer mode</strong> and then click the <strong>Load unpacked 351 <li>Open a new tab in Chrome and click the <strong>Apps</strong> link at the bottom of the 355 Click the icon to launch the app.</li> 393 <li>The first time you log in, click the “Add new item” button to display th [all...] |
/frameworks/base/docs/html/tools/testing/ |
testing_ui.jd | 101 <li><p>To capture a screen for analysis, click the <strong>Device Screenshot</strong> button in the GUI of the {@code uiautomatorviewer} tool.</p> 117 <li>Optionally, click on the <strong>Toggle NAF Nodes</strong> button to see UI components that are not accessible to the {@code uiautomator} testing framework. Only limited information may be available for these components.</li> 146 <p class="note"><strong>Note: </strong>To identify the non-accessible components in the UI, click on the <strong>Toggle NAF Nodes</strong> option in the {@code uiautomatorviewer} tool.</p> 154 <li>From the <strong>Project Explorer</strong>, right-click on the new project that you created, then select <strong>Properties > Java Build Path</strong>, and do the following: 156 <LI>Click <strong>Add Library > JUnit</strong> then select <strong>JUnit3</strong> to add JUnit support.</LI> 157 <li>Click <strong>Add External JARs...</strong> and navigate to the SDK directory. Under the platforms directory, select the latest SDK version and add both the {@code uiautomator.jar} and {@code android.jar} files.</li> 198 <p>You can reuse the <a href="{@docRoot}tools/help/uiautomator/UiObject.html">{@code UiObject}</a> instances that you have created in other parts of your app testing, as needed. Note that the {@code uiautomator} test framework searches the current display for a match every time your test uses a <a href="{@docRoot}tools/help/uiautomator/UiObject.html">{@code UiObject}</a> instance to click on a UI element or query a property.</p> 199 <p>In the following code example, the {@code uiautomator} test framework searches for a UI element with the text property {@code OK}. If a match is found and if the element is enabled, the framework simulates a user click action on the element.</p> 203 okButton.click(); 226 <p>If you want to find a specific video that is labeled with the text element {@code Cute Baby Laughing} from the collection and simulate a user-click on the video:</p [all...] |
/developers/build/prebuilts/gradle/PdfRendererBasic/Application/tests/src/com/example/android/pdfrendererbasic/tests/ |
PdfRendererBasicFragmentTests.java | 83 // Click till it reaches the last page 122 * Click the "Next" button to turn the pages.
|
/developers/samples/android/ui/graphics/PdfRendererBasic/Application/tests/src/com/example/android/pdfrendererbasic/tests/ |
PdfRendererBasicFragmentTests.java | 83 // Click till it reaches the last page 122 * Click the "Next" button to turn the pages.
|
/development/samples/ApiDemos/src/com/example/android/apis/preference/ |
MyPreference.java | 143 // Restore the click counter 151 // Save the click counter
|
/development/samples/BusinessCard/src/com/example/android/businesscard/ |
BusinessCardActivity.java | 58 // Install a click handler on the Pick Contact button 69 * Click handler for the Pick Contact button. Invokes a contact picker activity.
|
/external/chromium-trace/trace-viewer/src/ui/ |
list_view.js | 39 item.addEventListener('click', this.onItemClicked_, true); 68 item.removeEventListener('click', this.onItemClicked_);
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
AwContentsClientFullScreenVideoTest.java | 102 // Click the html play button that is rendered above the video right in the middle 155 // Click the button in full_screen_video_test.html to enter fullscreen.
|
/external/chromium_org/ash/accelerators/ |
magnifier_key_scroller_unittest.cc | 57 // Click and Release generates the press event upon release. 69 // Click and hold scrolls the magnifier screen.
|
/external/chromium_org/base/ |
file_version_info.h | 27 // right-click select Properties, then click the Version tab, and on the Mac
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/ |
DomDistillerFeedbackReportingView.java | 33 // The button to click for selecting 'No'. 36 // The button to click for selecting 'Yes'.
|
/external/chromium_org/chrome/browser/chromeos/login/managed/ |
managed_user_creation_browsertest.cc | 151 JSEval("$('managed-user-creation-next-button').click()"); 165 JSEval("$('cancel-add-user-button').click()");
|
/external/chromium_org/chrome/browser/chromeos/net/ |
network_portal_notification_controller.cc | 59 virtual void Click() OVERRIDE; 96 void NetworkPortalNotificationControllerDelegate::Click() {
|
/external/chromium_org/chrome/browser/notifications/ |
notification_test_util.h | 28 virtual void Click() OVERRIDE {} 60 virtual void Click() OVERRIDE {
|
/external/chromium_org/chrome/browser/resources/extensions/ |
extension_loader.js | 49 'click', function(e) { 55 addEventListener('click', function(e) {
|
/external/chromium_org/chrome/browser/resources/local_discovery/ |
local_discovery.js | 218 button.addEventListener('click', button_action); 587 cancelButtons[i].addEventListener('click', cancelRegistration); 590 $('register-error-exit').addEventListener('click', cancelRegistration); 593 $('cloud-devices-retry-button').addEventListener('click', 597 'click', 601 'click', 605 'click', 610 $('back-button').addEventListener('click', function() {
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
suggestions_page.css | 99 /* The thumbnail gets lighter when clicked, but not when the click is on the 105 /* The thumbnail gets a shadow when clicked, but not when the click is on the
|
/external/chromium_org/chrome/browser/ui/cocoa/apps/ |
quit_with_apps_controller_mac_interactive_uitest.cc | 82 // If notification was dismissed by click, show again on next quit. 83 notification->delegate()->Click();
|