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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java52 * remains valid until the pointer eventually goes up (indicated by {@link #ACTION_UP}
125 * by a motion event with {@link #ACTION_UP} or when gesture is canceled
138 * or {@link #ACTION_UP} motion events when the trackball button is pressed or released.
165 * received an {@link #ACTION_UP} for the prior gesture.
201 public static final int ACTION_UP = 1; field in class:MotionEvent
205 * press gesture (between {@link #ACTION_DOWN} and {@link #ACTION_UP}).
2941 ? ACTION_DOWN : ACTION_UP;
3020 case ACTION_UP:
3021 return "ACTION_UP";
H A DKeyEvent.java36 * {@link #getRepeatCount()}. The last key event is a {@link #ACTION_UP}
77 * received an {@link #ACTION_UP} for the prior key press.
922 public static final int ACTION_UP = 1; field in class:KeyEvent
1210 * Set for {@link #ACTION_UP} when this event's key code is still being
1350 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1368 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1391 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1416 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1445 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1476 * {@link #ACTION_UP}, o
[all...]

Completed in 1215 milliseconds