Searched refs:NOT_A_KEY (Results 1 – 2 of 2) sorted by relevance
144 private static final int NOT_A_KEY = -1; field in KeyboardView155 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 …]
56 private static final int NOT_A_KEY = -1; field in LeanbackKeyboardView447 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()