HomeSort by relevance Sort by last modified time
    Searched full:click (Results 426 - 450 of 1559) sorted by null

<<11121314151617181920>>

  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 67 long mClickTime; // Used to calculate minimum click animation time
68 // Used to insure minimal time for seeing the click animation before switching views
70 // Minimal time for a down touch action before stating the click animation, this insures that
71 // there is no click animation on flings
74 // Minimal distance to move the finger in order to cancel the click animation
311 // Event was tapped - switch to the detailed view making sure the click animation
321 // Animate a click - on down: show the selected day in the "clicked" color.
360 // Clear the visual cues of the click animation and related running code.
370 // This is done to prevent a click animation when a fling is done.
387 // This is done in a runnable to allow the click animation to finish before switching view
    [all...]
  /sdk/chimpchat/src/com/android/chimpchat/
ChimpManager.java 81 * @param x the x coordinate of where to click
82 * @param y the y coordinate of where to click
93 * @param x the x coordinate of where to click
94 * @param y the y coordinate of where to click
105 * @param x the x coordinate of where to click
106 * @param y the y coordinate of where to click
117 * @param x the x coordinate of where to click
118 * @param y the y coordinate of where to click
323 * @param x the x coordinate of where to click
324 * @param y the y coordinate of where to click
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
reload_button_unittest.mm 233 const std::pair<NSEvent*,NSEvent*> click =
235 [NSApp postEvent:click.second atStart:YES];
236 [button_ mouseDown:click.first];
252 [NSApp postEvent:click.second atStart:YES];
253 [button_ mouseDown:click.first];
  /external/chromium/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/icu4c/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/skia/src/views/
SkWidget.cpp 312 SkView::Click* SkSliderView::onFindClickHandler(SkScalar x, SkScalar y)
314 return new Click(this);
317 bool SkSliderView::onClick(Click* click)
321 SkScalar percent = SkScalarDiv(click->fCurr.fX + SK_Scalar1, this->width() - SK_Scalar1*2);
  /frameworks/base/docs/html/sdk/1.1_r1/
upgrading.jd 90 <li> Select <strong>Search for updates of the currently installed features</strong> and click <strong>Finish</strong>. </li>
106 <li>Click <strong>Update...</strong></li>
107 <li>If an update for ADT is available, select it and click <strong>Finish</strong>.</li>
120 <li>For the SDK Location in the main panel, click <strong>Browse...</strong> and locate the SDK directory.</li>
121 <li>Click <strong>Apply</strong>, then <strong>OK</strong>.</li>
  /frameworks/base/docs/html/training/basics/firstapp/
creating-project.jd 53 <li>In Eclipse, click New Android
92 <p>Click <strong>Next</strong>.</p>
101 <p>Click <strong>Next</strong>.</p>
104 <p>For this project, select <strong>BlankActivity</strong> and click <strong>Next</strong>.</p>
106 <li>Leave all the details for the activity in their default state and click
running-app.jd 105 <p>To run the app from Eclipse, open one of your project's files and click
145 <li>In Eclipse, click Android Virtual Device Manager
153 <li>In the <em>Android Virtual Device Manager</em> panel, click <strong>New</strong>.</li>
156 <li>Click <strong>Create AVD</strong>.</li>
157 <li>Select the new AVD from the <em>Android Virtual Device Manager</em> and click
162 <p>To run the app from Eclipse, open one of your project's files and click
  /frameworks/base/docs/html/sdk/1.5_r1/
upgrading.jd 119 <li>Right-click "Android Editors" and click <strong>Uninstall</strong>. Click <strong>OK</strong>
130 <li>Select "Android Editors". Click <strong>Uninstall</strong>.</li>
131 <li>In the next window, be sure "Android Editors" is checked, then click <strong>Finish</strong>
156 then click <strong>Finish</strong>.
161 be sure that "Developer Tools" is checked, then click <strong>Next</strong>.
163 <li>Read and accept the license agreement, then click <strong>Next</strong>.
164 <li>In the next window, click <strong>Finish</strong> to start installation.</li>
176 and select "Developer Tools" by checking the box next to it, then click
    [all...]
  /frameworks/base/docs/html/sdk/1.5_r2/
upgrading.jd 119 <li>Right-click "Android Editors" and click <strong>Uninstall</strong>. Click <strong>OK</strong>
130 <li>Select "Android Editors". Click <strong>Uninstall</strong>.</li>
131 <li>In the next window, be sure "Android Editors" is checked, then click <strong>Finish</strong>
156 then click <strong>Finish</strong>.
161 be sure that "Developer Tools" is checked, then click <strong>Next</strong>.
163 <li>Read and accept the license agreement, then click <strong>Next</strong>.
164 <li>In the next window, click <strong>Finish</strong> to start installation.</li>
176 and select "Developer Tools" by checking the box next to it, then click
    [all...]
  /frameworks/base/docs/html/sdk/1.5_r3/
upgrading.jd 121 <li>Right-click "Android Editors" and click <strong>Uninstall</strong>. Click <strong>OK</strong>
132 <li>Select "Android Editors". Click <strong>Uninstall</strong>.</li>
133 <li>In the next window, be sure "Android Editors" is checked, then click <strong>Finish</strong>
158 then click <strong>Finish</strong>.
163 be sure that "Developer Tools" is checked, then click <strong>Next</strong>.
165 <li>Read and accept the license agreement, then click <strong>Next</strong>.
166 <li>In the next window, click <strong>Finish</strong> to start installation.</li>
178 and select "Developer Tools" by checking the box next to it, then click
    [all...]
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_network_element.js 43 this.addEventListener('click', this.handleClick_);
59 * Handles click on network list and triggers actions when clicked on
62 * @param {!Event} e The click event object.
65 // We shouldn't respond to click events selecting an input,
70 // Handle left button click
73 // If click is on action buttons of a network item.
78 // If click is on a network item or its label, walk up the DOM tree
288 buttonEl.addEventListener('click', this.handleLogin_);
468 buttonEl.addEventListener('click', callback);
  /external/chromium/chrome/browser/resources/
print_preview.js 30 $('print-button').addEventListener('click', printFile);
31 $('cancel-button').addEventListener('click', function(e) {
35 $('all-pages').addEventListener('click', onPageSelectionMayHaveChanged);
38 $('print-pages').addEventListener('click', handleIndividualPagesCheckbox);
42 $('landscape').addEventListener('click', onLayoutModeToggle);
43 $('portrait').addEventListener('click', onLayoutModeToggle);
44 $('color').addEventListener('click', function() { setColor(true); });
45 $('bw').addEventListener('click', function() { setColor(false); });
499 * Handles a click event on the two-sided option.
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field.mm 65 // This effect can be observed with a normal NSTextField if you click
74 // click-drag selection machinery.
76 // This code does the same thing for cases where the click was in the
77 // decoration area. This allows the user to click-drag starting from
82 // popup from being visible while a right-click context menu or
87 // If the click was a Control-click, bring up the context menu.
295 // causes a select-all, even if the decoration handles the click. If
297 // again. This allows the selection to be unmodified if the click is
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutRepositoryTest.java 363 // mApp1 has only one click, but is more recent
591 assertShortcuts("expecting app1's click count to reset after being invalidated.",
612 // click on an app
696 int numClicks = MAX_SHORTCUTS - i; // use click count to get shortcuts in order
823 * Simulate an impression, and optionally a click, on a source.
826 * @param click Whether to register a click in addition to the impression.
828 protected void sourceImpression(Source source, boolean click) {
829 sourceImpression(source, click, NOW);
840 * Simulate an impression, and optionally a click, on a source
    [all...]
  /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/chrome/browser/ui/cocoa/infobars/
infobar_controller.h 95 // Called when there is a click on the link in the infobar.
104 // Called when there is a click on the link in the infobar.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 62 * the mouse location, if editor is activated using mouse click, or <code>null</code> if
94 * Handles double click on {@link Property} value in {@link PropertyTable}.
  /external/webkit/Source/WebCore/inspector/front-end/
BreakpointsSidebarPane.js 51 element.addEventListener("click", this._breakpointClicked.bind(this, breakpoint), false);
57 checkbox.addEventListener("click", this._breakpointCheckboxClicked.bind(this, breakpoint), false);
132 // Breakpoint element has it's own click handler.
252 addButton.addEventListener("click", this._addButtonClicked.bind(this), false);
297 checkboxElement.addEventListener("click", this._checkboxClicked.bind(this, url), false);
433 this._createCategory(WebInspector.UIString("Mouse"), "listener", ["click", "dblclick", "mousedown", "mouseup", "mouseover", "mousemove", "mouseout", "mousewheel"]);
469 categoryItem.checkbox.addEventListener("click", this._categoryCheckboxClicked.bind(this, categoryItem), true);
486 breakpointItem.checkbox.addEventListener("click", this._breakpointCheckboxClicked.bind(this, eventName), true);
ShowMoreDataGridNode.js 43 this.showNext.addEventListener("click", populate.bind(this, nextCount), false);
49 this.showAll.addEventListener("click", populate.bind(this, allCount), false);
StatusBarButton.js 35 this.element.addEventListener("click", this._clicked.bind(this), false);
62 this.dispatchEventToListeners("click");
  /external/webkit/Source/WebCore/manual-tests/
popup-width-restriction-within-screen.html 41 <li> Click the following &lt;select&gt; item.</li>
57 <li> Click the following &lt;select&gt; item.</li>
video-player.html 74 videoZoomButton.addEventListener("click", function () {
87 playButton.addEventListener("click", function () {

Completed in 376 milliseconds

<<11121314151617181920>>