Home
last modified time | relevance | path

Searched refs:ACTION_MULTIPLE (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/
DKeyEvent.java832 public static final int ACTION_MULTIPLE = 2; field in KeyEvent
1426 mAction = ACTION_MULTIPLE; in KeyEvent()
2634 case ACTION_MULTIPLE: in dispatch()
2648 mAction = ACTION_MULTIPLE; in dispatch()
2783 case ACTION_MULTIPLE: in actionToString()
DInputEventConsistencyVerifier.java234 case KeyEvent.ACTION_MULTIPLE: in onKeyEvent()
DViewRootImpl.java4199 KeyEvent.ACTION_MULTIPLE, keycode, repeatCount, metaState, in process()
4997 if (action != KeyEvent.ACTION_DOWN && action != KeyEvent.ACTION_MULTIPLE) { in checkForLeavingTouchModeAndConsume()
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java177 if (event.getAction() != KeyEvent.ACTION_MULTIPLE in onKeyOther()
DBaseMovementMethod.java55 && event.getAction() == KeyEvent.ACTION_MULTIPLE) { in onKeyOther()
/frameworks/base/core/java/android/widget/
DGridView.java1752 case KeyEvent.ACTION_MULTIPLE: in commonKey()
DListView.java2302 case KeyEvent.ACTION_MULTIPLE: in commonKey()
DAbsListView.java5578 case KeyEvent.ACTION_MULTIPLE: in sendToTextFilter()
/frameworks/base/api/
Dcurrent.txt32267 field public static final int ACTION_MULTIPLE = 2; // 0x2