Home
last modified time | relevance | path

Searched refs:onDrag (Results 1 – 4 of 4) sorted by relevance

/development/samples/CrossCompatibility/src/com/example/android/touchexample/
DVersionedGestureDetector.java50 public void onDrag(float dx, float dy); in onDrag() method
83 mListener.onDrag(x - mLastTouchX, y - mLastTouchY); in onTouchEvent()
DTouchExampleView.java67 public void onDrag(float dx, float dy) { in onDrag() method in TouchExampleView.GestureCallback
/development/samples/ApiDemos/src/com/example/android/apis/view/
DDragAndDropDemo.java49 public boolean onDrag(View v, DragEvent event) { in onCreate()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DContentFragment.java79 public boolean onDrag(View view, DragEvent event) { in onCreateView()