Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java142 private int mCurrentKeyIndex = NOT_A_KEY; field in KeyboardView
872 int oldKeyIndex = mCurrentKeyIndex; in showPreview()
875 mCurrentKeyIndex = keyIndex; in showPreview()
878 if (oldKeyIndex != mCurrentKeyIndex) { in showPreview()
881 oldKey.onReleased(mCurrentKeyIndex == NOT_A_KEY); in showPreview()
890 if (mCurrentKeyIndex != NOT_A_KEY && keys.length > mCurrentKeyIndex) { in showPreview()
891 Key newKey = keys[mCurrentKeyIndex]; in showPreview()
893 invalidateKey(mCurrentKeyIndex); in showPreview()
903 if (oldKeyIndex != mCurrentKeyIndex && mShowPreview) { in showPreview()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22686 Landroid/inputmethodservice/KeyboardView;->mCurrentKeyIndex:I