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}
210 public static final int ACTION_MOVE = 2; field in class:MotionEvent
250 * is not down (unlike {@link #ACTION_MOVE}). The motion contains the most
2273 * This only applies to ACTION_MOVE events -- all other actions will have
2286 * This only applies to ACTION_MOVE events.
2307 * This only applies to ACTION_MOVE events.
2483 * Only applies to ACTION_MOVE events.
2501 * Only applies to ACTION_MOVE event
[all...]

Completed in 325 milliseconds