Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java233 private int mTapCount; field in KeyboardView
860 if (mTapCount != -1) { in detectAndSendKey()
863 mTapCount = 0; in detectAndSendKey()
865 code = key.codes[mTapCount]; in detectAndSendKey()
881 mPreviewLabel.append((char) key.codes[mTapCount < 0 ? 0 : mTapCount]); in getPreviewText()
1377 mTapCount = 0; in resetMultiTap()
1389 mTapCount = (mTapCount + 1) % key.codes.length; in checkMultiTap()
1392 mTapCount = -1; in checkMultiTap()