OnSingleFlingListener

public interface OnSingleFlingListener

A callback to be invoked when the ImageView is flung with a single touch

Functions

Link copied to clipboard
public abstract boolean onFling(MotionEvent e1, MotionEvent e2, float velocityX, float velocityY)
A callback to receive where the user flings on a ImageView.