Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java252 private int mLastSentIndex; field in KeyboardView
769 if (mLastSentIndex != NOT_A_KEY && mLastSentIndex < keys.length) { in onBufferDraw()
770 center = keys[mLastSentIndex].x + keys[mLastSentIndex].width / 2; in onBufferDraw()
830 if (i == mLastSentIndex) { in onBufferDraw()
967 mLastSentIndex = index; in detectAndSendKey()
1177 mPopupKeyboardView.mLastSentIndex = NOT_A_KEY; in onLongPress()
1467 mLastSentIndex = NOT_A_KEY; in resetMultiTap()
1479 && keyIndex == mLastSentIndex) { in checkMultiTap()
1487 if (eventTime > mLastTapTime + MULTITAP_INTERVAL || keyIndex != mLastSentIndex) { in checkMultiTap()