Home | History | Annotate | Download | only in gestures

Lines Matching full:onscroll

189 {@link android.view.GestureDetector.OnGestureListener#onScroll onScroll()} in 
192 <p>To provide a little more context, {@link android.view.GestureDetector.OnGestureListener#onScroll onScroll()}
194 {@link android.view.GestureDetector.OnGestureListener#onScroll onScroll()} is only called when
199 <p>Here is the snippet for {@link android.view.GestureDetector.OnGestureListener#onScroll onScroll()}:
216 public boolean onScroll(MotionEvent e1, MotionEvent e2,
235 <p>The implementation of {@link android.view.GestureDetector.OnGestureListener#onScroll onScroll()}