public abstract boolean onScroll (MotionEvent e1, MotionEvent e2, float distanceX, float distanceY) Since: API Level 1 Notified when a scroll occurs with the initial on down MotionEvent and the current move MotionEvent. The distance in x and y is als…