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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java80 * For efficiency, motion events with {@link #ACTION_MOVE} may batch together
123 * Pointer movements are described by motion events with {@link #ACTION_MOVE}.
137 * events with {@link #ACTION_MOVE} interspersed with occasional {@link #ACTION_DOWN}
209 public static final int ACTION_MOVE = 2; field in class:MotionEvent
249 * is not down (unlike {@link #ACTION_MOVE}). The motion contains the most
2240 * This only applies to ACTION_MOVE events -- all other actions will have
2253 * This only applies to ACTION_MOVE events.
2274 * This only applies to ACTION_MOVE events.
2450 * Only applies to ACTION_MOVE events.
2468 * Only applies to ACTION_MOVE event
[all...]

Completed in 52 milliseconds