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

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimppoll.c 213 /* First click gives focus if it's not a menu */
  /external/webkit/WebCore/html/
HTMLElement.cpp 754 void HTMLElement::click() function in class:WebCore::HTMLElement
762 // that override this method to direct the click appropriately.
763 // Here in the base class, then, we only send the click if
765 // to send the mouse events in addition to the click.
    [all...]
  /external/webkit/WebCore/inspector/front-end/
EventListenersSidebarPane.js 50 this.settingsSelectElement.addEventListener("click", function(event) { event.stopPropagation() }, false);
ObjectPropertiesSection.js 202 // Lie about our children to prevent expanding on double click and to collapse subproperties.
ResourcesPanel.js 138 this.enableToggleButton.addEventListener("click", this._toggleResourceTracking.bind(this), false);
146 this.largerResourcesButton.addEventListener("click", this._toggleLargerResources.bind(this), false);
348 this.enableToggleButton.title = WebInspector.UIString("Resource tracking enabled. Click to disable.");
354 this.enableToggleButton.title = WebInspector.UIString("Resource tracking disabled. Click to enable.");
    [all...]
TimelinePanel.js 114 this.toggleTimelineButton.addEventListener("click", this._toggleTimelineButtonClicked.bind(this), false);
117 this.clearButton.addEventListener("click", this.reset.bind(this), false);
573 this._expandElement.addEventListener("click", this._onClick.bind(this));
  /external/webkit/WebCore/loader/
DocumentLoader.h 271 // The last request that we checked click policy for - kept around
  /external/webkit/WebCore/platform/qt/
ScrollbarThemeQt.cpp 181 // Middle click centers slider thumb (if supported)
  /external/webkit/WebCore/rendering/
RenderFileUploadControl.cpp 117 void RenderFileUploadControl::click() function in class:WebCore::RenderFileUploadControl
  /external/webkit/WebKit/mac/WebView/
WebViewEventHandling.mm 106 // If the web page handles the context menu event and menuForEvent: returns nil, we'll get control click events here.
  /frameworks/base/awt/org/apache/harmony/awt/
ComponentInternals.java 83 * (because of click in non-AWT window or by task switching)
  /frameworks/base/core/java/android/preference/
PreferenceActivity.java 69 * As a convenience, this activity implements a click listener for any
  /frameworks/base/core/java/android/widget/
AdapterView.java 245 * @param parent The AdapterView where the click happened.
283 playSoundEffect(SoundEffectConstants.CLICK);
303 * @param parent The AbsListView where the click happened
308 * @return true if the callback consumed the long click, false otherwise
    [all...]
  /frameworks/base/docs/html/guide/tutorials/notepad/
notepad-ex1.jd 46 Click <strong>Browse</strong> and navigate to where you copied the <code>NotepadCodeLab</code>
55 Click <strong>Finish</strong>. The <code>Notepadv1</code> project should open and be
60 problems related to an Android zip file, right click on the project and
562 Right click on the <code>Notepadv1</code> project.</li>
  /frameworks/base/docs/html/resources/articles/
wikinotes-linkify.jd 105 <p>and if you click on it, Android will fire the default intent for that content
  /frameworks/base/docs/html/resources/tutorials/notepad/
notepad-ex1.jd 46 Click <strong>Browse</strong> and navigate to where you copied the <code>NotepadCodeLab</code>
55 Click <strong>Finish</strong>. The <code>Notepadv1</code> project should open and be
60 problems related to an Android zip file, right click on the project and
562 Right click on the <code>Notepadv1</code> project.</li>
  /frameworks/base/docs/html/resources/tutorials/views/
hello-webview.jd 62 It's not quite a browser yet because as soon as you click a link, the default Android Browser
  /frameworks/base/test-runner/src/android/test/
TestListActivity.java 40 * <p>See the android.test package documentation (click the more... link)
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupAccountType.java 72 // If we're in account setup flow mode, for EAS, skip this screen and "click" EAS
  /packages/apps/Phone/src/com/android/phone/
InCallTouchUi.java 159 // Regular (single-tap) buttons, where we listen for click events:
331 Log.w(LOG_TAG, "onClick: unexpected click: View " + view + ", id " + id);
552 // Send this to the InCallScreen as a virtual "button click" event:
570 // Send this to the InCallScreen as a virtual "button click" event:
    [all...]
CellBroadcastSms.java 175 * Invoked on each preference click in this hierarchy, overrides
177 * preference click events.
200 //Do nothing here, because this click will be handled in onPreferenceChange
  /packages/apps/Settings/src/com/android/settings/
IccLockSettings.java 156 // Prep for standard click on "Change PIN"
  /packages/apps/Stk/src/com/android/stk/
StkInputActivity.java 86 // Click listener to handle buttons press..
  /external/skia/include/animator/
SkAnimator.h 148 Pass a mouse click event along with the mouse coordinates to
151 @param state The mouse state, described by SkView::Click::State : values are
208 Helper to choose whether to return a SkView::Click handler.
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 808 // AppKit doesn't call mouseDown or mouseUp on right-click. Simulate control-click
809 // mouseDown and mouseUp so plug-ins get the right-click event as they do in Carbon (3125743).

Completed in 626 milliseconds

<<11121314151617181920>>