Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java155 private int mCurrentKeyIndex = NOT_A_KEY; field in KeyboardView
987 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()