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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java228 private int mRepeatKeyIndex = NOT_A_KEY; field in class:KeyboardView
1304 mRepeatKeyIndex = mCurrentKey;
1310 mRepeatKeyIndex = NOT_A_KEY;
1331 } else if (mRepeatKeyIndex == NOT_A_KEY) {
1376 if (mRepeatKeyIndex == NOT_A_KEY && !mPopupKeyboardOnScreen && !mAbortKey) {
1380 mRepeatKeyIndex = NOT_A_KEY;
1396 Key key = mKeys[mRepeatKeyIndex];
/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 86 milliseconds