final class IosGestureSupport
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static GestureSupport |
gestures |
private static boolean |
isDirect |
private static double |
multiplier |
private static TouchInputSupport |
touches |
Constructor and Description |
---|
IosGestureSupport() |
Modifier and Type | Method and Description |
---|---|
private static void |
_initIDs() |
static void |
gestureFinished(View view,
int modifiers,
int x,
int y,
int xAbs,
int yAbs) |
static void |
magnifyGesturePerformed(View view,
int modifiers,
int x,
int y,
int xAbs,
int yAbs,
float scale) |
static void |
notifyBeginTouchEvent(View view,
int modifiers,
int touchEventCount) |
static void |
notifyEndTouchEvent(View view) |
static void |
notifyNextTouchEvent(View view,
int state,
long id,
float x,
float y) |
static void |
rotateGesturePerformed(View view,
int modifiers,
int x,
int y,
int xAbs,
int yAbs,
float rotation) |
static void |
scrollGesturePerformed(View view,
int modifiers,
boolean inertia,
float x,
float y,
float xAbs,
float yAbs,
float dx,
float dy) |
static void |
swipeGesturePerformed(View view,
int modifiers,
int dir,
int x,
int y,
int xAbs,
int yAbs) |
private static final double multiplier
private static final boolean isDirect
private static final GestureSupport gestures
private static final TouchInputSupport touches
private static void _initIDs()
public static void notifyBeginTouchEvent(View view, int modifiers, int touchEventCount)
public static void notifyNextTouchEvent(View view, int state, long id, float x, float y)
public static void notifyEndTouchEvent(View view)
public static void rotateGesturePerformed(View view, int modifiers, int x, int y, int xAbs, int yAbs, float rotation)
public static void scrollGesturePerformed(View view, int modifiers, boolean inertia, float x, float y, float xAbs, float yAbs, float dx, float dy)
public static void swipeGesturePerformed(View view, int modifiers, int dir, int x, int y, int xAbs, int yAbs)
public static void magnifyGesturePerformed(View view, int modifiers, int x, int y, int xAbs, int yAbs, float scale)
public static void gestureFinished(View view, int modifiers, int x, int y, int xAbs, int yAbs)