public class MotionDefs
| Modifier and Type | Field and Description |
|---|---|
static int |
MOTION_DIR_DOWN |
static int |
MOTION_DIR_LEFT |
static int |
MOTION_DIR_RIGHT |
static int |
MOTION_DIR_UP |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAscending(int direction) |
static boolean |
isDescending(int direction) |
static boolean |
isHorizontal(int direction) |
static boolean |
isVertical(int direction) |
public static int MOTION_DIR_LEFT
public static int MOTION_DIR_RIGHT
public static int MOTION_DIR_UP
public static int MOTION_DIR_DOWN