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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java56 * remains valid until the pointer eventually goes up (indicated by {@link #ACTION_UP}
129 * by a motion event with {@link #ACTION_UP} or when gesture is canceled
142 * or {@link #ACTION_UP} motion events when the trackball button is pressed or released.
169 * received an {@link #ACTION_UP} for the prior gesture.
206 public static final int ACTION_UP = 1; field in class:MotionEvent
210 * press gesture (between {@link #ACTION_DOWN} and {@link #ACTION_UP}).
3197 ? ACTION_DOWN : ACTION_UP;
3277 case ACTION_UP:
3278 return "ACTION_UP";
H A DKeyEvent.java33 * {@link #getRepeatCount()}. The last key event is a {@link #ACTION_UP}
74 * received an {@link #ACTION_UP} for the prior key press.
878 public static final int ACTION_UP = 1; field in class:KeyEvent
1170 * Set for {@link #ACTION_UP} when this event's key code is still being
1316 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1334 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1357 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1382 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1411 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1442 * {@link #ACTION_UP}, o
[all...]

Completed in 311 milliseconds