Home | History | Annotate | Download | only in view

Lines Matching defs:ACTION_UP

33  * {@link #getRepeatCount()}.  The last key event is a {@link #ACTION_UP}
74 * received an {@link #ACTION_UP} for the prior key press.
881 public static final int ACTION_UP = 1;
1173 * Set for {@link #ACTION_UP} when this event's key code is still being
1319 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1337 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1360 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1385 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1414 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1445 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
2362 * {@link #ACTION_DOWN}, {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
2364 * @return The event action: ACTION_DOWN, ACTION_UP, or ACTION_MULTIPLE.
2371 * For {@link #ACTION_UP} events, indicates that the event has been
2400 * For {@link #ACTION_UP} events, indicates that the event is still being
2709 case ACTION_UP:
2727 mAction = ACTION_UP;
2863 case ACTION_UP:
2864 return "ACTION_UP";