Searched refs:mCurrentKeyIndex (Results 1 – 2 of 2) sorted by relevance
142 private int mCurrentKeyIndex = NOT_A_KEY; field in KeyboardView872 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()
22686 Landroid/inputmethodservice/KeyboardView;->mCurrentKeyIndex:I