Searched refs:NOT_A_KEY (Results 1 – 2 of 2) sorted by relevance
137 private static final int NOT_A_KEY = -1; field in KeyboardView142 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 …]
22758 Landroid/inputmethodservice/KeyboardView;->NOT_A_KEY:I