on Fling
A callback to receive where the user flings on a ImageView. You will receive a callback if the user flings anywhere on the view.
Parameters
e1
MotionEvent the user first touch.
e2
MotionEvent the user last touch.
velocity X
distance of user's horizontal fling.
velocity Y
distance of user's vertical fling.