Gesture for when the user performs a two-finger twist motion on the touch screen.
Inherited Methods
From class
java.lang.Object
Object
|
clone()
|
boolean
|
|
void
|
finalize()
|
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
TwistGesture
(GesturePointersUtility gesturePointersUtility, MotionEvent motionEvent, int pointerId2)
Parameters
gesturePointersUtility |
|
motionEvent |
|
pointerId2 |
|
Public Methods
public
float
getDeltaRotationDegrees
()
Protected Methods
protected
void
onCancel
()
protected
void
onFinish
()
protected
boolean
updateGesture
(HitTestResult hitTestResult, MotionEvent motionEvent)
Parameters
hitTestResult |
|
motionEvent |
|