Searched refs:ACTION_MULTIPLE (Results 1 – 11 of 11) sorted by relevance
173 if (event.getAction() != KeyEvent.ACTION_MULTIPLE in onKeyOther()
55 && event.getAction() == KeyEvent.ACTION_MULTIPLE) { in onKeyOther()
873 public static final int ACTION_MULTIPLE = 2; field in KeyEvent1459 mAction = ACTION_MULTIPLE; in KeyEvent()2558 case ACTION_MULTIPLE: in dispatch()2572 mAction = ACTION_MULTIPLE; in dispatch()2707 case ACTION_MULTIPLE: in actionToString()
234 case KeyEvent.ACTION_MULTIPLE: in onKeyEvent()
3001 KeyEvent.ACTION_MULTIPLE, keycode, repeatCount, metaState, in deliverTrackballEvent()3178 if (action != KeyEvent.ACTION_DOWN && action != KeyEvent.ACTION_MULTIPLE) { in checkForLeavingTouchModeAndConsume()
1632 case KeyEvent.ACTION_MULTIPLE: in commonKey()
2195 case KeyEvent.ACTION_MULTIPLE: in commonKey()
5152 case KeyEvent.ACTION_MULTIPLE: in sendToTextFilter()
5811 case KeyEvent.ACTION_MULTIPLE: in dispatchKeyEvent()
22023 field public static final int ACTION_MULTIPLE = 2; // 0x2