Searched refs:mRepeatKeyIndex (Results 1 – 2 of 2) sorted by relevance
214 private int mRepeatKeyIndex = NOT_A_KEY; field in KeyboardView1283 mRepeatKeyIndex = mCurrentKey;1289 mRepeatKeyIndex = NOT_A_KEY;1310 } else if (mRepeatKeyIndex == NOT_A_KEY) {1355 if (mRepeatKeyIndex == NOT_A_KEY && !mMiniKeyboardOnScreen && !mAbortKey) {1359 mRepeatKeyIndex = NOT_A_KEY;1376 Key key = mKeys[mRepeatKeyIndex]; in repeatKey()
22742 Landroid/inputmethodservice/KeyboardView;->mRepeatKeyIndex:I