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

<<21222324252627282930>>

  /packages/apps/Settings/
proguard.flags 18 # Keep click responders
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_browsertest.js 80 $('enable-bluetooth').click();
151 $('bluetooth-add-device').click();
166 connectButton.click();
217 $('bluetooth-pair-device-connect-button').click();
257 connectButton.click();
275 button.click();
292 button.click();
  /external/chromium_org/third_party/skia/src/views/
SkWidgets.cpp 314 SkView::Click* SkPushButtonWidget::onFindClickHandler(SkScalar x, SkScalar y, unsigned modi)
317 return new Click(this);
320 bool SkPushButtonWidget::onClick(Click* click)
326 if (r.contains(click->fCurr))
328 if (click->fState == Click::kUp_State)
  /external/chromium_org/ui/file_manager/video_player/js/
video_player.js 41 videoContainer.addEventListener('click', function(e) {
139 'click',
151 'click',
159 'click',
180 arrowRight.addEventListener('click', this.advance_.wrap(this, 1));
182 arrowLeft.addEventListener('click', this.advance_.wrap(this, 0));
191 document.addEventListener('click', reloadVideo, true);
  /external/skia/src/views/
SkWidgets.cpp 314 SkView::Click* SkPushButtonWidget::onFindClickHandler(SkScalar x, SkScalar y, unsigned modi)
317 return new Click(this);
320 bool SkPushButtonWidget::onClick(Click* click)
326 if (r.contains(click->fCurr))
328 if (click->fState == Click::kUp_State)
  /frameworks/base/docs/html/training/activity-testing/
activity-basic-testing.jd 55 <li>In the Package Explorer, right-click on the {@code /src} directory for
59 {@code com.example.android.testingfun.tests}) and click
61 <li>Right-click on the test package you created, and select
65 {@code MyFirstTestActivityTest}) and click <strong>Finish</strong>.</li>
80 <li>In the Package Explorer, double-click on the test case that you created
213 <li>In the Project Explorer, right-click on the test class that you created
216 connected, then click <strong>OK</strong>.</li>
  /frameworks/base/docs/html/training/basics/firstapp/
creating-project.jd 53 <li>Click <strong>New</strong> <img src="{@docRoot}images/tools/eclipse-new.png"
56 select <strong>Android Application Project</strong>, and click <strong>Next</strong>.</li>
104 <p>Click <strong>Next</strong>.</p>
106 <li>On the next screen to configure the project, leave the default selections and click
114 <p>Click <strong>Next</strong>.</p>
117 <p>For this project, select <strong>BlankActivity</strong> and click <strong>Next</strong>.</p>
119 <li>Leave all the details for the activity in their default state and click
  /frameworks/base/docs/html/training/wearables/apps/
creating.jd 47 <li>Click <b>Tools > Android > AVD Manager</b>.</li>
48 <li>Click <b>Create...</b>.</li>
62 <li>Click <b>OK</b>.</li>
66 <li>Click <b>Start...</b>, then click <b>Launch</b>.</li>
105 wearable and handheld app modules. In Android Studio, click <b>File</b> >
154 configuration</b> drop-down menu and click the <b>Play</b> button. The activity shows up on the
  /external/chromium_org/chrome/browser/resources/chromeos/
sim_unlock.js 249 $('enter-pin-confirm').addEventListener('click', function(event) {
252 $('enter-pin-dismiss').addEventListener('click', function(event) {
257 $('pin-no-tries-proceed').addEventListener('click', function(event) {
260 $('pin-no-tries-dismiss').addEventListener('click', function(event) {
278 $('enter-puk-confirm').addEventListener('click', function(event) {
281 $('enter-puk-dismiss').addEventListener('click', function(event) {
344 $('choose-pin-confirm').addEventListener('click', function(event) {
348 $('choose-pin-dismiss').addEventListener('click', function(event) {
353 $('puk-no-tries-confirm').addEventListener('click', function(event) {
356 $('sim-disabled-confirm').addEventListener('click', function(event)
    [all...]
  /external/chromium_org/remoting/webapp/
host_table_entry.js 130 /** @param {Event} event The click event. */
142 editButton.addEventListener('click', beginRename, true);
147 /** @param {Event} event The click event. */
158 opt_deleteButton.addEventListener('click', confirmDelete, false);
182 this.tableRow.addEventListener('click', this.onConnectReference_, false);
189 this.tableRow.removeEventListener('click', this.onConnectReference_,
256 confirm.addEventListener('click', this.onConfirmDeleteReference_, false);
257 cancel.addEventListener('click', this.onCancelDeleteReference_, false);
291 confirm.removeEventListener('click', this.onConfirmDeleteReference_, false);
292 cancel.removeEventListener('click', this.onCancelDeleteReference_, false)
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 73 long mClickTime; // Used to calculate minimum click animation time
74 // Used to insure minimal time for seeing the click animation before switching views
76 // Minimal time for a down touch action before stating the click animation, this insures that
77 // there is no click animation on flings
80 // Minimal distance to move the finger in order to cancel the click animation
322 // Event was tapped - switch to the detailed view making sure the click animation
332 // Animate a click - on down: show the selected day in the "clicked" color.
386 // Clear the visual cues of the click animation and related running code.
396 // This is done to prevent a click animation when a fling is done.
414 // This is done in a runnable to allow the click animation to finish before switching view
    [all...]
  /external/chromium_org/chrome/browser/resources/ntp4/
nav_dot.js 56 this.addEventListener('click', this.onClick_);
125 * @param {Event} e The click event.
140 * @param {Event} e The click event.
153 * @param {Event} e The click event.
163 * @param {Event} e The click event.
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
other_options_settings.js 149 'click',
153 'click',
157 'click',
161 'click',
165 'click',
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_view.mm 157 // YES if a double-click in the background of the tab strip minimizes the
182 // miniaturization. For those, we miss the first click but get the second
183 // (with clickCount == 2!). We thus check that we got a first click shortly
184 // before (measured up-to-up) a double-click. Cocoa doesn't have a documented
185 // way of getting the proper interval (= (double-click-threshold) +
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
reload_button_unittest.mm 244 const std::pair<NSEvent*,NSEvent*> click =
246 [NSApp postEvent:click.second atStart:YES];
247 [button_ mouseDown:click.first];
263 [NSApp postEvent:click.second atStart:YES];
264 [button_ mouseDown:click.first];
  /external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc 174 // Inset the width slightly so that the click point is not exactly on the edge
186 // If the click point is outside the x axis length of the message center,
187 // push the message center towards the left to align with the click point.
207 // If the click point is outside the y axis length of the message center,
208 // push the message center upwards to align with the click point.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_i18n/
feed.html 86 links[i].addEventListener("click", showStory);
167 document.getElementById("title_a").addEventListener("click", moreStories);
214 box.addEventListener("click", showDesc);
220 title.addEventListener("click", showDesc);
239 more.addEventListener("click", moreStories);
  /external/chromium_org/components/test/data/password_manager/
README 78 self.Click("Logout button CSS selector")
100 * Click: find an element using CSS Selector and click on it. Throw an
102 self.Click("css_selector")
103 * ClickIfClickable: find an element using CSS Selector and click on it if it's
  /external/chromium_org/third_party/icu/source/test/letest/
readme.html 49 Click on the "Download" button for the version of Java that you
53 agreement, and then click on the Accept button. Download the
67 and click on the link for the Angsana font. This will download a
72 Support In Your Browser</a> page and click on the link that says
73 "Click Here to download Code2000 shareware demo Unicode font." This
  /external/chromium_org/ui/file_manager/file_manager/
audio_player.html 54 <div class="track" active?="{{track.active}}" index="{{index}}" on-click="{{trackClicked}}">
113 on-click="{{previousClick}}">
121 on-click="{{playClick}}">
130 on-click="{{nextClick}}">
149 on-click="{{volumeButtonClick}}"
  /external/icu/icu4c/source/test/letest/
readme.html 49 Click on the "Download" button for the version of Java that you
53 agreement, and then click on the Accept button. Download the
67 and click on the link for the Angsana font. This will download a
72 Support In Your Browser</a> page and click on the link that says
73 "Click Here to download Code2000 shareware demo Unicode font." This
  /frameworks/base/docs/html/tools/help/
sdk-manager.jd 16 <li>On Windows, double-click the <code>SDK Manager.exe</code> file at the root of the Android
23 click <strong>Install</strong> to install the selected packages.</p>
115 <li>Click <strong>Add Add-on Site</strong> and enter the URL of the
116 <code>repository.xml</code> file. Click <strong>OK</strong>.</li>
137 <li>Click <strong>Save &amp; Apply</strong>.</li>
  /external/chromium_org/chrome/browser/
referrer_policy_browsertest.cc 137 // button: If not WebMouseEvent::ButtonNone, click on the
265 // User initiated navigation, middle click, from HTTP to HTTP.
276 // User initiated navigation, middle click, from HTTPS to HTTP.
309 // User initiated navigation, middle click, target blank, from HTTP to HTTP.
320 // User initiated navigation, middle click, target blank, from HTTPS to HTTP.
401 // User initiated navigation, middle click, from HTTP to HTTP via server
413 // User initiated navigation, middle click, from HTTPS to HTTP via server
449 // User initiated navigation, middle click, target blank, from HTTP to HTTP via
461 // User initiated navigation, middle click, target blank, from HTTPS to HTTP
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_helper.h 43 // Per-tab one-click signin helper. When a user signs in to a Google service
45 // process of helping the user connect his profile with one click. The process
178 // Returns true if the one-click signin feature can be offered at this time.
181 // one-click sign-in with this email, in which cases a one click signin
197 // Returns true if the one-click signin feature can be offered at this time.
292 // Returns true if the one-click signin feature can be offered at this time.
307 // done. For explicit sign ins, this is a URL chrome controls. For one-click
352 // Tracks if we are in the process of showing the signin or one click
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views_browsertest.cc 45 // Move the mouse to the center of the browser window and left-click.
59 void Click(ui_controls::MouseButton button,
149 ASSERT_NO_FATAL_FAILURE(Click(ui_controls::LEFT,
160 ASSERT_NO_FATAL_FAILURE(Click(ui_controls::LEFT,
169 ASSERT_NO_FATAL_FAILURE(Click(ui_controls::LEFT,
174 // Take the focus away and click in the omnibox again, but drag a bit before
177 ASSERT_NO_FATAL_FAILURE(Click(ui_controls::LEFT,
184 ASSERT_NO_FATAL_FAILURE(Click(ui_controls::MIDDLE,
282 // Simulate a mouse click before dragging the mouse.

Completed in 1603 milliseconds

<<21222324252627282930>>