Searched refs:NOT_A_KEY (Results 1 – 1 of 1) sorted by relevance
129 private static final int NOT_A_KEY = -1; field in KeyboardView136 private int mCurrentKeyIndex = NOT_A_KEY;200 private int mCurrentKey = NOT_A_KEY;201 private int mDownKey = NOT_A_KEY;208 private int mRepeatKeyIndex = NOT_A_KEY;463 int oldRepeatKeyCode = NOT_A_KEY; in setKeyboard()465 showPreview(NOT_A_KEY); in setKeyboard()466 if ((mRepeatKeyIndex != NOT_A_KEY) && (mRepeatKeyIndex < mKeys.length)) { in setKeyboard()480 if (oldRepeatKeyCode != NOT_A_KEY) { in setKeyboard()482 if ((keyIndex != NOT_A_KEY) in setKeyboard()[all …]