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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java207 private int mRepeatKeyIndex = NOT_A_KEY; field in class:KeyboardView
1278 mRepeatKeyIndex = mCurrentKey;
1284 mRepeatKeyIndex = NOT_A_KEY;
1305 } else if (mRepeatKeyIndex == NOT_A_KEY) {
1350 if (mRepeatKeyIndex == NOT_A_KEY && !mMiniKeyboardOnScreen && !mAbortKey) {
1354 mRepeatKeyIndex = NOT_A_KEY;
1370 Key key = mKeys[mRepeatKeyIndex];

Completed in 38 milliseconds