java.lang.Object |
↳ |
com.pdftron.pdf.utils.SwipeDetector |
Class Overview
A simple swipe detector for View
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
Public Methods
public
void
handleOnDown
(MotionEvent ev)
public
void
handleOnUp
(MotionEvent ev)
public
boolean
isHorizontalSwipe
()
public
boolean
isVerticalSwipe
()