Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java144 private static final int NOT_A_KEY = -1; field in KeyboardView
155 private int mCurrentKeyIndex = NOT_A_KEY;
222 private int mCurrentKey = NOT_A_KEY;
223 private int mDownKey = NOT_A_KEY;
228 private int mRepeatKeyIndex = NOT_A_KEY;
535 showPreview(NOT_A_KEY); in setKeyboard()
769 if (mLastSentIndex != NOT_A_KEY && mLastSentIndex < keys.length) { in onBufferDraw()
894 int primaryIndex = NOT_A_KEY; in getKeyIndices()
895 int closestKey = NOT_A_KEY; in getKeyIndices()
937 if (primaryIndex == NOT_A_KEY) { in getKeyIndices()
[all …]
/packages/inputmethods/LeanbackIME/src/com/android/inputmethod/leanback/
DLeanbackKeyboardView.java56 private static final int NOT_A_KEY = -1; field in LeanbackKeyboardView
447 index = NOT_A_KEY; in setFocus()
452 if (mFocusIndex != NOT_A_KEY) { in setFocus()
455 if (index != NOT_A_KEY) { in setFocus()
468 if (index != NOT_A_KEY) { in setFocus()
479 if (NOT_A_KEY != index && !mKeys[index].isInMiniKb) { in setFocus()