Home
last modified time | relevance | path

Searched refs:NOT_A_KEY (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java137 private static final int NOT_A_KEY = -1; field in KeyboardView
142 private int mCurrentKeyIndex = NOT_A_KEY;
206 private int mCurrentKey = NOT_A_KEY;
207 private int mDownKey = NOT_A_KEY;
214 private int mRepeatKeyIndex = NOT_A_KEY;
483 showPreview(NOT_A_KEY); in setKeyboard()
779 int primaryIndex = NOT_A_KEY; in getKeyIndices()
780 int closestKey = NOT_A_KEY; in getKeyIndices()
822 if (primaryIndex == NOT_A_KEY) { in getKeyIndices()
829 if (index != NOT_A_KEY && index < mKeys.length) { in detectAndSendKey()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22758 Landroid/inputmethodservice/KeyboardView;->NOT_A_KEY:I