HomeSort by relevance Sort by last modified time
    Searched full:click (Results 276 - 300 of 688) sorted by null

<<11121314151617181920>>

  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
regress-169534.js 56 var str = "To sign up click |here|https://www.xxxx.org/subscribe.htm|";
58 expect = 'To sign up click <a href="https://www.xxxx.org/subscribe.htm">here</a>';
  /external/webkit/WebCore/editing/
VisibleSelection.h 122 Position m_base; // Where the first click happened
123 Position m_extent; // Where the end click happened
  /external/webkit/WebCore/inspector/front-end/
BreakpointsSidebarPane.js 88 breakpointElement.addEventListener("click", breakpointClicked, false);
94 checkboxElement.addEventListener("click", checkboxClicked, false);
DOMStorageItemsView.js 37 this.deleteButton.addEventListener("click", this._deleteButtonClicked.bind(this), false);
40 this.refreshButton.addEventListener("click", this._refreshButtonClicked.bind(this), false);
ProfilesPanel.js 114 this.enableToggleButton.addEventListener("click", this._toggleProfiling.bind(this), false);
149 button.element.addEventListener("click", clickHandler.bind(this, profileType, button.element), false);
233 button.element.addEventListener("click", profileType.buttonClicked.bind(profileType), false);
433 this.enableToggleButton.title = WebInspector.UIString("Profiling enabled. Click to disable.");
440 this.enableToggleButton.title = WebInspector.UIString("Profiling disabled. Click to enable.");
WatchExpressionsSidebarPane.js 49 addElement.addEventListener("click", this.section.addExpression.bind(this.section), false);
54 refreshElement.addEventListener("click", this.section.update.bind(this.section), false);
233 deleteButton.addEventListener("click", this._deleteButtonClicked.bind(this), false);
  /external/webkit/WebCore/page/mac/
EventHandlerMac.mm 178 // Double-click events don't exist in Cocoa. Since passWidgetMouseDownEventToWidget will
522 // a mouse release event, even for a double click. To correct problems
523 // in khtml's DOM click event handling we do not send a release here
524 // for a double click. Instead we send that event from FrameView's
525 // handleMouseDoubleClickEvent. Note also that the third click of
526 // a triple click is treated as a single click, but the fourth is then
527 // treated as another double click. Hence the "% 2" below.
  /external/webkit/WebCore/rendering/
RenderSVGInlineText.cpp 166 // through all boxes in order, so when you click "near" a box, you'll actually
168 // nearest offset to your click is contained in another box.
  /frameworks/base/core/java/android/content/
DialogInterface.java 116 * @param dialog The dialog that received the click.
135 * @param isChecked True if the click checked the item, else false.
  /frameworks/base/core/java/android/webkit/
Plugin.java 152 * Invokes the click handler for this plugin.
165 * Default click handler. The plugins should implement their own.
  /frameworks/base/docs/html/guide/tutorials/views/
hello-datepicker.jd 58 // add a click listener to the button
79 Then we create an on-click listener for the Button, so that when it is clicked it will
hello-timepicker.jd 59 // add a click listener to the button
79 We then set an on-click listener for the Button, so that when it is clicked, it will
hello-mapview.jd 130 <p>When using Eclipse, right-click the package name in the Eclipse Package Explorer, and select New > Class. Fill-in
132 <em>com.google.android.maps.ItemizedOverlay</em>. Click the checkbox for <em>Constructors from
133 superclass</em>. Click Finish.</p></li>
222 text when we click our marker, because we haven't yet written the click handler for the OverlayItem.</p></li>
  /frameworks/base/docs/html/resources/articles/
using-webviews.jd 23 <p>This application does not do very much: when you click on the
56 /WebViewDemo">WebViewDemo</a> uses both techniques: when you click on the
  /frameworks/base/docs/html/
search.jd 114 $(tabHeaders[tabIndex]).click();
121 $(tabHeaders[i]).attr("id",i).click(function() {
  /frameworks/base/media/libdrm/mobile2/include/util/domcore/
ElementImpl.h 103 /** Defining "click()" method*/
104 virtual void click(){} function in class:ElementImpl
  /packages/apps/Music/src/com/android/music/
MediaAppWidgetProvider.java 63 * Initialize given widgets to default state, where we launch Music on default click
162 * widget click will launch {@link MediaPlaybackActivity},
  /packages/apps/Settings/src/com/android/settings/
WirelessSettings.java 57 * Invoked on each preference click in this hierarchy, overrides
59 * preference click events.
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 525 // Internally handle the item click
532 * on the click to the proper child (if a child was clicked)
547 /* It's a group click, so pass on event */
560 playSoundEffect(SoundEffectConstants.CLICK);
569 playSoundEffect(SoundEffectConstants.CLICK);
587 playSoundEffect(SoundEffectConstants.CLICK);
679 * @param parent The ExpandableListConnector where the click happened
683 * @return True if the click was handled
704 * @param parent The ExpandableListView where the click happened
710 * @return True if the click was handle
    [all...]
  /frameworks/base/docs/html/resources/tutorials/
hello-world.jd 48 <li>Click the repository site checkbox to display the components
51 <li>Select at least one platform to install, and click <strong>Install
79 <li>Click <strong>New</strong>. </li>
89 <li>Click <strong>Create AVD</strong>.</li>
105 <li>Select "Android Project" and click <strong>Next</strong>.<br/>
116 <p>Click <strong>Finish</strong>.</p>
407 <code>/res/layout/</code> folder and open <code>main.xml</code> (once opened, you might need to click
465 you need to do is click the green arrow icon to run, or select
556 on the line <code>Object o = null;</code> (double-click on the marker bar next to the source code line). Then select <strong>Run &gt; Debug History &gt; Hello,
  /external/icu4c/samples/layout/
readme.html 57 click on the link for the Angsana font. This will download a .ZIP file.
72 Browser</a> page and click on the link that says "Click Here to download
  /frameworks/base/docs/html/resources/tutorials/testing/
activity_test.jd 213 Select the &quot;Samples for SDK API 8&quot; component and click <strong>Install Selected</strong>.
216 Verify and accept the component and then click <strong>Install Accepted</strong>.
246 click the large downward-pointing arrow to the right of the spinner text. You see the spinner expand and display the title &quot;Select a planet&quot; at the top.
247 Click one of the other planets. The spinner closes, and your selection appears below it on the screen.
267 then click Next. The <strong>New Android Project</strong> dialog appears.
276 For <em>Location</em>, click <strong>Browse</strong>, navigate to the directory <code>&lt;SDK_path&gt;/samples/android-8/Spinner</code>,
277 then click Open. The directory name <code>&lt;SDK_path&gt;/samples/android-8/Spinner</code> now appears in the <em>Location</em> text box.
310 Click Next. The <strong>New Android Test Project</strong> dialog appears.
334 Click Finish. Entries for SpinnerActivity and SpinnerActivityTest should appear in the
362 Open it, then at the bottom of the center pane click <strong>AndroidManifest.xml</strong
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
VoiceRecognition.java 73 * Handle the click on the start recognition button.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SurfaceViewOverlay.java 60 // Wire each button to a click listener
  /development/samples/ApiDemos/src/com/example/android/apis/text/
Link.java 73 "text4: Click here to dial the phone.");

Completed in 398 milliseconds

<<11121314151617181920>>