public class

SwipeDetector

extends Object
java.lang.Object
   ↳ com.pdftron.pdf.utils.SwipeDetector

Class Overview

A simple swipe detector for View

Summary

Public Constructors
SwipeDetector()
Public Methods
void handleOnDown(MotionEvent ev)
void handleOnUp(MotionEvent ev)
boolean isHorizontalSwipe()
boolean isVerticalSwipe()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SwipeDetector ()

Public Methods

public void handleOnDown (MotionEvent ev)

public void handleOnUp (MotionEvent ev)

public boolean isHorizontalSwipe ()

public boolean isVerticalSwipe ()