Searched refs:mCurrentKeyIndex (Results 1 – 1 of 1) sorted by relevance
155 private int mCurrentKeyIndex = NOT_A_KEY; field in KeyboardView987 int oldKeyIndex = mCurrentKeyIndex; in showPreview()990 mCurrentKeyIndex = keyIndex; in showPreview()993 if (oldKeyIndex != mCurrentKeyIndex) { in showPreview()1002 if (mCurrentKeyIndex != NOT_A_KEY && keys.length > mCurrentKeyIndex) { in showPreview()1003 Key newKey = keys[mCurrentKeyIndex]; in showPreview()1005 invalidateKey(mCurrentKeyIndex); in showPreview()1009 if (oldKeyIndex != mCurrentKeyIndex && mShowPreview) { in showPreview()