com.googlecode.autoandroid.positron
Interface PositronAPI.Motion

Enclosing interface:
PositronAPI

public static interface PositronAPI.Motion

Constants from MotionEvent.


Field Summary
static int ACTION_CANCEL
          MotionEvent.ACTION_CANCEL
static int ACTION_DOWN
          MotionEvent.ACTION_DOWN
static int ACTION_MOVE
          MotionEvent.ACTION_MOVE
static int ACTION_UP
          MotionEvent.ACTION_UP
static int EDGE_BOTTOM
          MotionEvent.EDGE_BOTTOM
static int EDGE_LEFT
          MotionEvent.EDGE_LEFT
static int EDGE_RIGHT
          MotionEvent.EDGE_RIGHT
static int EDGE_TOP
          MotionEvent.EDGE_TOP
 

Field Detail

ACTION_DOWN

static final int ACTION_DOWN
MotionEvent.ACTION_DOWN

See Also:
Constant Field Values

ACTION_UP

static final int ACTION_UP
MotionEvent.ACTION_UP

See Also:
Constant Field Values

ACTION_MOVE

static final int ACTION_MOVE
MotionEvent.ACTION_MOVE

See Also:
Constant Field Values

ACTION_CANCEL

static final int ACTION_CANCEL
MotionEvent.ACTION_CANCEL

See Also:
Constant Field Values

EDGE_TOP

static final int EDGE_TOP
MotionEvent.EDGE_TOP

See Also:
Constant Field Values

EDGE_BOTTOM

static final int EDGE_BOTTOM
MotionEvent.EDGE_BOTTOM

See Also:
Constant Field Values

EDGE_LEFT

static final int EDGE_LEFT
MotionEvent.EDGE_LEFT

See Also:
Constant Field Values

EDGE_RIGHT

static final int EDGE_RIGHT
MotionEvent.EDGE_RIGHT

See Also:
Constant Field Values