Home | History | Annotate | Download | only in view

Lines Matching defs:ACTION_MULTIPLE

66  * with the special action {@link #ACTION_MULTIPLE} that either specifies
892 public static final int ACTION_MULTIPLE = 2;
1320 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1338 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1361 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1386 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1415 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1446 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1474 * {@link #KEYCODE_UNKNOWN}, {@link #ACTION_MULTIPLE}, 0, and
1487 mAction = ACTION_MULTIPLE;
2363 * {@link #ACTION_DOWN}, {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
2365 * @return The event action: ACTION_DOWN, ACTION_UP, or ACTION_MULTIPLE.
2428 * For the special case of a {@link #ACTION_MULTIPLE} event with key
2676 * an ACTION_MULTIPLE event and it is not handled, then an attempt will
2717 case ACTION_MULTIPLE:
2731 mAction = ACTION_MULTIPLE;
2866 case ACTION_MULTIPLE:
2867 return "ACTION_MULTIPLE";