Searched defs:onDrag (Results 1 - 2 of 2) sorted by relevance

/development/samples/CrossCompatibility/src/com/example/android/touchexample/
H A DTouchExampleView.java67 public void onDrag(float dx, float dy) { method in class:TouchExampleView.GestureCallback
H A DVersionedGestureDetector.java50 public void onDrag(float dx, float dy); method in interface:VersionedGestureDetector.OnGestureListener
83 mListener.onDrag(x - mLastTouchX, y - mLastTouchY);

Completed in 85 milliseconds