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

/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 15 milliseconds