Searched refs:mRepeatKeyIndex (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java208 private int mRepeatKeyIndex = NOT_A_KEY; field in class:KeyboardView
466 if ((mRepeatKeyIndex != NOT_A_KEY) && (mRepeatKeyIndex < mKeys.length)) {
467 oldRepeatKeyCode = mKeys[mRepeatKeyIndex].codes[0];
486 mRepeatKeyIndex = keyIndex;
1226 mRepeatKeyIndex = mCurrentKey;
1231 mRepeatKeyIndex = NOT_A_KEY;
1252 } else if (mRepeatKeyIndex == NOT_A_KEY) {
1294 if (mRepeatKeyIndex == NOT_A_KEY && !mMiniKeyboardOnScreen && !mAbortKey) {
1298 mRepeatKeyIndex
[all...]

Completed in 23 milliseconds