Home
last modified time | relevance | path

Searched refs:mRepeatKeyIndex (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java214 private int mRepeatKeyIndex = NOT_A_KEY; field in KeyboardView
1283 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt22742 Landroid/inputmethodservice/KeyboardView;->mRepeatKeyIndex:I