Searched defs:ACTION_MOVE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DMotionEvent.java84 * For efficiency, motion events with {@link #ACTION_MOVE} may batch together
127 * Pointer movements are described by motion events with {@link #ACTION_MOVE}.
141 * events with {@link #ACTION_MOVE} interspersed with occasional {@link #ACTION_DOWN}
214 public static final int ACTION_MOVE = 2; field in class:MotionEvent
262 * is not down (unlike {@link #ACTION_MOVE}). The motion contains the most
2496 * This only applies to ACTION_MOVE events -- all other actions will have
2509 * This only applies to ACTION_MOVE events.
2530 * This only applies to ACTION_MOVE events.
2706 * Only applies to ACTION_MOVE events.
2724 * Only applies to ACTION_MOVE event
[all...]

Completed in 287 milliseconds