Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java132 private static final int NOT_A_KEY = -1; field in KeyboardView
137 private int mCurrentKeyIndex = NOT_A_KEY;
199 private int mCurrentKey = NOT_A_KEY;
200 private int mDownKey = NOT_A_KEY;
207 private int mRepeatKeyIndex = NOT_A_KEY;
464 showPreview(NOT_A_KEY); in setKeyboard()
758 int primaryIndex = NOT_A_KEY; in getKeyIndices()
759 int closestKey = NOT_A_KEY; in getKeyIndices()
801 if (primaryIndex == NOT_A_KEY) { in getKeyIndices()
808 if (index != NOT_A_KEY && index < mKeys.length) { in detectAndSendKey()
[all …]