Searched refs:mRepeatKeyIndex (Results 1 – 3 of 3) sorted by relevance
214 private int mRepeatKeyIndex = NOT_A_KEY; field in KeyboardView1281 mRepeatKeyIndex = mCurrentKey;1287 mRepeatKeyIndex = NOT_A_KEY;1308 } else if (mRepeatKeyIndex == NOT_A_KEY) {1353 if (mRepeatKeyIndex == NOT_A_KEY && !mMiniKeyboardOnScreen && !mAbortKey) {1357 mRepeatKeyIndex = NOT_A_KEY;1374 Key key = mKeys[mRepeatKeyIndex]; in repeatKey()
228 private int mRepeatKeyIndex = NOT_A_KEY; field in KeyboardView1307 mRepeatKeyIndex = mCurrentKey; in onModifiedTouchEvent()1313 mRepeatKeyIndex = NOT_A_KEY; in onModifiedTouchEvent()1334 } else if (mRepeatKeyIndex == NOT_A_KEY) { in onModifiedTouchEvent()1379 if (mRepeatKeyIndex == NOT_A_KEY && !mPopupKeyboardOnScreen && !mAbortKey) { in onModifiedTouchEvent()1383 mRepeatKeyIndex = NOT_A_KEY; in onModifiedTouchEvent()1399 Key key = mKeys[mRepeatKeyIndex]; in repeatKey()
25620 Landroid/inputmethodservice/KeyboardView;->mRepeatKeyIndex:I