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.
202 public static final int ACTION_UP = 1; field in class:MotionEvent
206 * press gesture (between {@link #ACTION_DOWN} and {@link #ACTION_UP}).
3116 ? ACTION_DOWN : ACTION_UP;
3196 case ACTION_UP:
3197 return "ACTION_UP";
H A DKeyEvent.java34 * {@link #getRepeatCount()}. The last key event is a {@link #ACTION_UP}
75 * received an {@link #ACTION_UP} for the prior key press.
870 public static final int ACTION_UP = 1; field in class:KeyEvent
1162 * Set for {@link #ACTION_UP} when this event's key code is still being
1307 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1325 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1348 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1373 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1402 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1433 * {@link #ACTION_UP}, o
[all...]

Completed in 158 milliseconds