public class TouchTypeDetector
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TouchTypeDetector.TouchTypListener
The interface Touch typ listener.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
SCROLL_DIR_DOWN
The constant SCROLL_DIR_DOWN.
|
static int |
SCROLL_DIR_LEFT
The constant SCROLL_DIR_LEFT.
|
static int |
SCROLL_DIR_RIGHT
The constant SCROLL_DIR_RIGHT.
|
static int |
SCROLL_DIR_UP
The constant SCROLL_DIR_UP.
|
static int |
SWIPE_DIR_DOWN
The constant SWIPE_DIR_DOWN.
|
static int |
SWIPE_DIR_LEFT
The constant SWIPE_DIR_LEFT.
|
static int |
SWIPE_DIR_RIGHT
The constant SWIPE_DIR_RIGHT.
|
static int |
SWIPE_DIR_UP
The constant SWIPE_DIR_UP.
|
| Constructor and Description |
|---|
TouchTypeDetector(android.content.Context context,
TouchTypeDetector.TouchTypListener touchTypListener)
Instantiates a new Touch type detector.
|
public static final int SCROLL_DIR_UP
public static final int SCROLL_DIR_RIGHT
public static final int SCROLL_DIR_DOWN
public static final int SCROLL_DIR_LEFT
public static final int SWIPE_DIR_UP
public static final int SWIPE_DIR_RIGHT
public static final int SWIPE_DIR_DOWN
public static final int SWIPE_DIR_LEFT
public TouchTypeDetector(android.content.Context context,
TouchTypeDetector.TouchTypListener touchTypListener)
context - the contexttouchTypListener - the touch typ listener