HomeSort by relevance Sort by last modified time
    Searched full:click (Results 151 - 175 of 2674) sorted by null

1 2 3 4 5 67 8 91011>>

  /packages/apps/Camera/src/com/android/camera/
ShutterButton.java 87 // system changes the drawable state before posting click
89 // pressed(true), optional click, pressed(false)
91 // drawable state after posting click notification, so the
93 // pressed(true), pressed(false), optional click
95 // have the same order of events. So we want the optional click
100 // after the optional click notification, so our client always
102 // pressed(true), optional click, pressed(false)
  /packages/apps/LegacyCamera/src/com/android/camera/
ShutterButton.java 70 // system changes the the drawable state before posting click
72 // pressed(true), optional click, pressed(false)
74 // drawable state after posting click notification, so the
76 // pressed(true), pressed(false), optional click
78 // have the same order of events. So we want the optional click
83 // after the optional click notification, so our client always
85 // pressed(true), optional click, pressed(false)
  /external/chromium_org/chrome/browser/ui/views/
menu_item_view_interactive_uitest.cc 32 // Click on item INDEX.
39 // click an item and pass control to the next step
42 Click(item, CreateEventTask(this, &MenuItemViewTestBasic::Step2));
56 // Click each item of a 3-item menu (with separator).
80 // Insert item at INSERT_INDEX and click item at SELECT_INDEX.
98 // click an item and pass control to the next step
101 Click(item, CreateEventTask(this, &MenuItemViewTestInsert::Step2));
166 Click(submenu_,
183 Click(inserted_item_,
222 // Remove item at REMOVE_INDEX and click item at SELECT_INDEX
    [all...]
menu_test_base.h 29 // Click() to post a mouse click on a View
42 // Generate a mouse click and run |next| once the event has been processed.
43 virtual void Click(views::View* view, const base::Closure& next);
  /external/chromium_org/chrome/browser/ui/views/translate/
translate_bubble_view_unittest.cc 183 // Click the "Advanced" link.
191 // Click the "Show original" button to revert translation.
202 // Click the "Try again" button to translate.
211 // Click the "Always Translate" checkbox. Changing the state of this checkbox
219 // Click the checkbox. The state is not saved yet.
225 // Click the cancel button. The state is not saved.
234 // Click the "Always Translate" checkbox. Changing the state of this checkbox
242 // Click the checkbox. The state is not saved yet.
248 // Click the done button. The state is saved.
257 // Click the "Done" button to translate. The selected languages by the use
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_browsertest.js 206 // Click on the first folder.
207 personalCerts.querySelector('div.tree-item').click();
216 // Click on the first cert.
217 personalCerts.querySelector('div.tree-item div.tree-item').click();
226 // Click on the view button.
227 $('personalCertsTab-view').click();
236 // Click on the delete button.
237 $('personalCertsTab-delete').click();
238 // Click on the ok button in the confirmation overlay.
239 $('alertOverlayOk').click();
    [all...]
  /development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
SetTwoMinuteAlarm.java 58 allAppsButton.click();
65 appsTab.click();
72 clockApp.click();
97 setAlarm.click();
112 new UiObject(minuteIncreaseButtonSelector).click();
115 // few confirmations to click thru
120 doneButton.click();
122 okButton.click(); // let it fail if neither exists
131 * Helper to click on objects that match the content-description text
141 * Helper to click on object that match the text valu
    [all...]
  /external/chromium_org/remoting/webapp/
host_install_dialog.js 61 'click', this.onOkClickedHandler_, false);
63 'click', this.onCancelClickedHandler_, false);
96 'click', this.onRetryClickedHandler_.bind(this), false);
104 'click', this.onOkClickedHandler_, false);
106 'click', this.onCancelClickedHandler_, false);
115 'click', this.onOkClickedHandler_, false);
117 'click', this.onCancelClickedHandler_, false);
123 'click', this.onRetryClickedHandler_.bind(this), false);
125 'click', this.onOkClickedHandler_, false);
127 'click', this.onCancelClickedHandler_, false)
    [all...]
  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager_tutorial.js 69 * Add user button click handler.
75 // Prevent further propagation of click event. Otherwise, the click event
91 buttonNext.addEventListener('click', this.next_.bind(this));
93 buttonSkip.addEventListener('click', this.skip_.bind(this));
95 $('slide-add-user').addEventListener('click',
control_bar.js 31 $('add-user-button').addEventListener('click',
33 $('cancel-add-user-button').addEventListener('click',
35 $('guest-user-header-bar-item').addEventListener('click',
37 $('guest-user-button').addEventListener('click',
65 * Add user button click handler.
70 // Prevent further propagation of click event. Otherwise, the click event
77 * Cancel add user button click handler.
93 * Guest button click handler.
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
GestureDetectorResetTest.java 71 // Click the button.
74 // After the click, the text on the page should say "clicked".
75 assertTrue("The page contents didn't change after a click " + disambiguation,
101 // Test that the button click works.
115 // Test that the button click still works.
130 // Test that the button click still works.
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/action/
AdapterDataIntegrationTest.java 21 import static com.google.android.apps.common.testing.ui.espresso.action.ViewActions.click;
59 .perform(click()); method
64 .perform(click()); method
71 .perform(click()); method
79 .perform(click())
89 .perform(click()); method
  /external/chromium_org/third_party/WebKit/ManualTests/
focus-select-when-clicked.html 10 1. Click on the pop-up menu below titled "Click Here", and select OPTION 1 from the list. <br>
23 <option>Click Here</option>
panScroll.html 7 <p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=16424">Bugzilla Bug 16424</a> Enable auto-scroll in page by mouse middle click</p>
10 For each iframe : Middle-click within the iframe and then move your mouse.</p>
13 For each iframe (except the 6th one which explicitly refuses scroll), you should see the scroll bars follow your moves and even reach the end of the page included in the iframe. You should also see an 4 arrow designed icon on the initial click location.
  /external/chromium_org/third_party/skia/src/views/
SkWindow.cpp 284 bool SkWindow::handleClick(int x, int y, Click::State state, void *owner,
289 bool SkWindow::onDispatchClick(int x, int y, Click::State state,
293 // First, attempt to find an existing click with this owner.
303 case Click::kDown_State: {
308 Click* click = this->findClickHandler(SkIntToScalar(x), local
311 if (click) {
312 click->fOwner = owner;
313 *fClicks.append() = click;
314 SkView::DoClickDown(click, x, y, modifierKeys)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
download.php 3 <title>Eclipse Download Click Through</title>
31 echo 'If your download does not begin automatically click <a href="'.$dropFile.'">here</a>.';
43 of Eclipse. Once you have read the notes you can click on the Download link
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlPolicyBuilderTest.java 44 ("<p><a href='java\0script:bad()'>Click</a> <a href='foo.html'>me</a>"
61 "Click me out",
76 "Click me out",
93 "Click me out",
110 "Click me out",
127 "Click <a href=\"foo.html\">me</a> out",
144 "Click <a href=\"foo.html\">me</a>"
164 "Click <a href=\"foo.html\" rel=\"nofollow\">me</a> out",
183 "Click me out",
202 "<p>Click me out</p>"
    [all...]
  /external/skia/src/views/
SkWindow.cpp 284 bool SkWindow::handleClick(int x, int y, Click::State state, void *owner,
289 bool SkWindow::onDispatchClick(int x, int y, Click::State state,
293 // First, attempt to find an existing click with this owner.
303 case Click::kDown_State: {
308 Click* click = this->findClickHandler(SkIntToScalar(x), local
311 if (click) {
312 click->fOwner = owner;
313 *fClicks.append() = click;
314 SkView::DoClickDown(click, x, y, modifierKeys)
    [all...]
  /frameworks/base/docs/html/samples/
index.jd 13 share a link to a specific line you can double-click it to the get the url.</p>
15 <p>If you want to download a complete project, just click on any source file in the project and
16 click the link in the upper right of the source page.</p>
  /development/samples/browseable/BasicAndroidKeyStore/
_index.jd 11 <p>To see this in action, run the sample application and click:</p>
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_enable_kiosk.js 32 confirmButton.addEventListener('click', function(e) {
42 cancelButton.addEventListener('click', function(e) {
53 okButton.addEventListener('click', function(e) {
94 clickEvent.initEvent('click', true, true);
  /external/chromium_org/chrome/browser/resources/net_internals/
test_view.html 4 Input a URL which failed to load, and then click the button to run some
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
confirm_infobar_controller.h 14 // Called when there is a click on the link in the infobar.
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_button.h 18 // Whether or not to handle the mouse middle click events.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/i18n/getMessage/
popup.js 23 'click', getAcceptLanguages);

Completed in 560 milliseconds

1 2 3 4 5 67 8 91011>>