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.java958 public static final int ACTION_MULTIPLE = 2; field in KeyEvent
1594 mAction = ACTION_MULTIPLE; in KeyEvent()
2926 case ACTION_MULTIPLE: in dispatch()
2940 mAction = ACTION_MULTIPLE; in dispatch()
3077 case ACTION_MULTIPLE: in actionToString()
DInputEventConsistencyVerifier.java241 case KeyEvent.ACTION_MULTIPLE: in onKeyEvent()
DViewRootImpl.java7066 KeyEvent.ACTION_MULTIPLE, keycode, repeatCount, metaState, in process()
7939 if (action != KeyEvent.ACTION_DOWN && action != KeyEvent.ACTION_MULTIPLE) {
/frameworks/base/core/java/android/text/method/
DBaseKeyListener.java502 if (event.getAction() != KeyEvent.ACTION_MULTIPLE in onKeyOther()
DBaseMovementMethod.java55 && event.getAction() == KeyEvent.ACTION_MULTIPLE) { in onKeyOther()
/frameworks/base/core/java/android/widget/
DGridView.java1771 case KeyEvent.ACTION_MULTIPLE: in commonKey()
DListView.java2502 case KeyEvent.ACTION_MULTIPLE: in commonKey()
DAbsListView.java6070 case KeyEvent.ACTION_MULTIPLE: in sendToTextFilter()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32438 field public static final int ACTION_MULTIPLE = 2; // 0x2
/frameworks/base/core/api/
Dcurrent.txt48334 field @Deprecated public static final int ACTION_MULTIPLE = 2; // 0x2