Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java208 private int mRepeatKeyIndex = NOT_A_KEY; field in KeyboardView
466 if ((mRepeatKeyIndex != NOT_A_KEY) && (mRepeatKeyIndex < mKeys.length)) { in setKeyboard()
467 oldRepeatKeyCode = mKeys[mRepeatKeyIndex].codes[0]; in setKeyboard()
486 mRepeatKeyIndex = keyIndex; in setKeyboard()
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 = NOT_A_KEY;
1314 Key key = mKeys[mRepeatKeyIndex]; in repeatKey()