Home | History | Annotate | Download | only in view

Lines Matching defs:ACTION_MULTIPLE

69  * with the special action {@link #ACTION_MULTIPLE} that either specifies
932 public static final int ACTION_MULTIPLE = 2;
1350 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1368 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1391 ACTION_MULTIPLE}.
1416 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1445 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1476 * {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
1504 * {@link #KEYCODE_UNKNOWN}, {@link #ACTION_MULTIPLE}, 0, and
1517 mAction = ACTION_MULTIPLE;
2290 * {@link #ACTION_DOWN}, {@link #ACTION_UP}, or {@link #ACTION_MULTIPLE}.
2292 * @return The event action: ACTION_DOWN, ACTION_UP, or ACTION_MULTIPLE.
2345 * For the special case of a {@link #ACTION_MULTIPLE} event with key
2593 * an ACTION_MULTIPLE event and it is not handled, then an attempt will
2634 case ACTION_MULTIPLE:
2648 mAction = ACTION_MULTIPLE;
2783 case ACTION_MULTIPLE:
2784 return "ACTION_MULTIPLE";