final class WinGestureSupport
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static GestureSupport |
gestures |
private static boolean |
isDirect |
private static int |
modifiers |
private static double |
multiplier |
private static TouchInputSupport |
touches |
Constructor and Description |
---|
WinGestureSupport() |
Modifier and Type | Method and Description |
---|---|
private static void |
_initIDs() |
private static void |
gestureFinished(View view,
int touchCount,
boolean isInertia) |
static void |
gesturePerformed(View view,
int modifiers,
boolean isDirect,
boolean isInertia,
int x,
int y,
int xAbs,
int yAbs,
float dx,
float dy,
float totaldx,
float totaldy,
float totalscale,
float totalexpansion,
float totalrotation) |
static void |
inertiaGestureFinished(View view) |
static void |
notifyBeginTouchEvent(View view,
int modifiers,
boolean isDirect,
int touchEventCount) |
static void |
notifyEndTouchEvent(View view) |
static void |
notifyNextTouchEvent(View view,
int state,
long id,
int x,
int y,
int xAbs,
int yAbs) |
private static final double multiplier
private static final GestureSupport gestures
private static final TouchInputSupport touches
private static int modifiers
private static boolean isDirect
private static void _initIDs()
public static void notifyBeginTouchEvent(View view, int modifiers, boolean isDirect, int touchEventCount)
public static void notifyNextTouchEvent(View view, int state, long id, int x, int y, int xAbs, int yAbs)
public static void notifyEndTouchEvent(View view)
private static void gestureFinished(View view, int touchCount, boolean isInertia)
public static void inertiaGestureFinished(View view)
public static void gesturePerformed(View view, int modifiers, boolean isDirect, boolean isInertia, int x, int y, int xAbs, int yAbs, float dx, float dy, float totaldx, float totaldy, float totalscale, float totalexpansion, float totalrotation)