Searched defs:NOT_A_KEY (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java129 private static final int NOT_A_KEY = -1; field in class:KeyboardView
136 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;
465 showPreview(NOT_A_KEY);
466 if ((mRepeatKeyIndex != NOT_A_KEY) && (mRepeatKeyIndex < mKeys.length)) {
480 if (oldRepeatKeyCode != NOT_A_KEY) {
482 if ((keyIndex != NOT_A_KEY)
[all...]

Completed in 75 milliseconds