HomeSort by relevance Sort by last modified time
    Searched full:ondrag (Results 1 - 22 of 22) sorted by null

  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
VersionedGestureDetector.java 50 public void onDrag(float dx, float dy);
83 mListener.onDrag(x - mLastTouchX, y - mLastTouchY);
TouchExampleView.java 67 public void onDrag(float dx, float dy) {
  /development/samples/ApiDemos/src/com/example/android/apis/view/
DragAndDropDemo.java 49 public boolean onDrag(View v, DragEvent event) {
  /external/webkit/Source/WebCore/html/
HTMLAttributeNames.in 170 ondrag
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/
webkit 155 ondrag
mozilla 387 ondrag
  /external/webkit/Source/WebCore/svg/
SVGElementInstance.idl 79 attribute [DontEnum] EventListener ondrag;
  /external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/
htmlattrs.in 154 ondrag
  /frameworks/base/core/java/android/view/
DragEvent.java 147 * {@link View.View.OnDragListener#onDrag(View,DragEvent) OnDragListener.onDrag()} listener
148 * if it can accept a drop. The onDragEvent() or onDrag() methods usually inspect the metadata
191 * handler or {@link View.View.OnDragListener#onDrag(View,DragEvent) OnDragListener.onDrag()}
View.java     [all...]
  /external/webkit/Source/WebCore/dom/
Element.idl 149 attribute [DontEnum] EventListener ondrag;
Document.idl 260 attribute [DontEnum] EventListener ondrag;
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 79 public boolean onDrag(View view, DragEvent event) {
  /frameworks/base/docs/html/about/versions/
android-3.0.jd 222 system calls {@link android.view.View.OnDragListener#onDrag onDrag()} for the {@link
227 android.view.View.OnDragListener#onDrag onDrag()} for the view underneath the drag, to deliver a
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.idl 259 attribute EventListener ondrag;
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
touch_handler.js 490 // This timeout is cleared on touchEnd and onDrag
  /external/chromium/chrome/browser/resources/touch_ntp/
touchhandler.js 490 // This timeout is cleared on touchEnd and onDrag
  /frameworks/base/docs/html/guide/topics/ui/
drag-drop.jd     [all...]
  /packages/apps/Email/src/com/android/email/activity/
MailboxListFragment.java     [all...]
MessageListFragment.java 701 public boolean onDrag(View view, DragEvent event) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 238 public boolean onDrag(View v, DragEvent event) {
    [all...]
  /external/webkit/Source/WebCore/
ChangeLog-2009-06-16     [all...]

Completed in 445 milliseconds