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
1287 mRepeatKeyIndex = mCurrentKey;
1293 mRepeatKeyIndex = NOT_A_KEY;
1314 } else if (mRepeatKeyIndex == NOT_A_KEY) {
1359 if (mRepeatKeyIndex == NOT_A_KEY && !mMiniKeyboardOnScreen && !mAbortKey) {
1363 mRepeatKeyIndex = NOT_A_KEY;
1379 Key key = mKeys[mRepeatKeyIndex];

Completed in 69 milliseconds