Searched refs:mCurrentKeyIndex (Results 1 – 1 of 1) sorted by relevance
136 private int mCurrentKeyIndex = NOT_A_KEY; field in KeyboardView889 int oldKeyIndex = mCurrentKeyIndex; in showPreview()892 mCurrentKeyIndex = keyIndex; in showPreview()894 if (oldKeyIndex != mCurrentKeyIndex) { in showPreview()896 keys[oldKeyIndex].onReleased(mCurrentKeyIndex == NOT_A_KEY); in showPreview()899 if (mCurrentKeyIndex != NOT_A_KEY && keys.length > mCurrentKeyIndex) { in showPreview()900 keys[mCurrentKeyIndex].onPressed(); in showPreview()901 invalidateKey(mCurrentKeyIndex); in showPreview()904 if (oldKeyIndex != mCurrentKeyIndex && mShowPreview && isParentPreviewEnabled()) { in showPreview()