Home
last modified time | relevance | path

Searched refs:ACTION_MULTIPLE (Results 1 – 10 of 10) 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()
2644 case ACTION_MULTIPLE: in dispatch()
2658 mAction = ACTION_MULTIPLE; in dispatch()
2793 case ACTION_MULTIPLE: in actionToString()
DInputEventConsistencyVerifier.java234 case KeyEvent.ACTION_MULTIPLE: in onKeyEvent()
DViewRootImpl.java4301 KeyEvent.ACTION_MULTIPLE, keycode, repeatCount, metaState, in process()
5099 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.java5601 case KeyEvent.ACTION_MULTIPLE: in sendToTextFilter()
/frameworks/base/api/
Dsystem-current.txt34673 field public static final int ACTION_MULTIPLE = 2; // 0x2
Dcurrent.txt32440 field public static final int ACTION_MULTIPLE = 2; // 0x2