final class LensTouchInputSupport
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static boolean |
enableDeviceTrace
This property is used for printing raw events, device properties, device
attach / detach, low level Lens input driver decisions etc.
|
private static GestureSupport |
gestures |
private static boolean |
pruneInputDevices
This property enables or disables input device pruning.
|
private static TouchInputSupport |
touches |
private static int |
touchMoveSensitivity
This property determine the sensitivity of move events from touch.
|
(package private) static int |
touchTapRadius
This property define the size of the tap radius which can be seen as the
'finger size'.
|
private static boolean |
useMultiTouch
This property enable/disable multi touch support by the input driver.
|
Constructor and Description |
---|
LensTouchInputSupport() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
postMultiTouchEvent(LensView view,
int[] states,
long[] ids,
int[] xs,
int[] ys,
int dx,
int dy) |
(package private) static void |
postTouchEvent(LensView view,
int state,
long id,
int x,
int y,
int absX,
int absY) |
static final int touchTapRadius
private static final int touchMoveSensitivity
private static final boolean pruneInputDevices
private static final boolean useMultiTouch
private static final boolean enableDeviceTrace
private static final GestureSupport gestures
private static final TouchInputSupport touches