HomeSort by relevance Sort by last modified time
    Searched refs:onDrag (Results 1 - 2 of 2) sorted by null

  /development/samples/CrossCompatibility/src/com/example/android/touchexample/
TouchExampleView.java 67 public void onDrag(float dx, float dy) {
VersionedGestureDetector.java 50 public void onDrag(float dx, float dy);
83 mListener.onDrag(x - mLastTouchX, y - mLastTouchY);

Completed in 94 milliseconds