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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java252 private int mLastSentIndex; field in class:KeyboardView
766 if (mLastSentIndex != NOT_A_KEY && mLastSentIndex < keys.length) {
767 center = keys[mLastSentIndex].x + keys[mLastSentIndex].width / 2;
827 if (i == mLastSentIndex) {
964 mLastSentIndex = index;
1174 mPopupKeyboardView.mLastSentIndex = NOT_A_KEY;
1464 mLastSentIndex = NOT_A_KEY;
1476 && keyIndex == mLastSentIndex) {
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java232 private int mLastSentIndex; field in class:KeyboardView
870 mLastSentIndex = index;
1376 mLastSentIndex = NOT_A_KEY;
1388 && keyIndex == mLastSentIndex) {
1396 if (eventTime > mLastTapTime + MULTITAP_INTERVAL || keyIndex != mLastSentIndex) {

Completed in 42 milliseconds