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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java37 * event to the appropriate {@link View} with the action code {@link #ACTION_DOWN}
51 * (indicated by {@link #ACTION_DOWN} or {@link #ACTION_POINTER_DOWN}). A pointer id
72 * good idea to check the button state while handling {@link #ACTION_DOWN} as part
119 * and movements. A gesture starts with a motion event with {@link #ACTION_DOWN}
137 * events with {@link #ACTION_MOVE} interspersed with occasional {@link #ACTION_DOWN}
164 * situations such as receiving a new {@link #ACTION_DOWN} without first having
195 public static final int ACTION_DOWN = 0; field in class:MotionEvent
206 * press gesture (between {@link #ACTION_DOWN} and {@link #ACTION_UP}).
1539 * @param action The kind of action being performed, such as {@link #ACTION_DOWN}.
1581 * @param action The kind of action being performed, such as {@link #ACTION_DOWN}
[all...]
H A DKeyEvent.java31 * starts with a key event with {@link #ACTION_DOWN}. If the key is held
33 * additional key events with {@link #ACTION_DOWN} and a non-zero value for
74 * situations such as receiving a new {@link #ACTION_DOWN} without first having
866 public static final int ACTION_DOWN = 0; field in class:KeyEvent
1306 * @param action Action code: either {@link #ACTION_DOWN},
1324 * @param action Action code: either {@link #ACTION_DOWN},
1347 * @param action Action code: either {@link #ACTION_DOWN},
1372 * @param action Action code: either {@link #ACTION_DOWN},
1401 * @param action Action code: either {@link #ACTION_DOWN},
1432 * @param action Action code: either {@link #ACTION_DOWN},
[all...]

Completed in 270 milliseconds