Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java231 private int mTapCount; field in KeyboardView
816 if (mTapCount != -1) { in detectAndSendKey()
819 mTapCount = 0; in detectAndSendKey()
821 code = key.codes[mTapCount]; in detectAndSendKey()
838 mPreviewLabel.append((char) key.codes[mTapCount < 0 ? 0 : mTapCount]); in getPreviewText()
1432 mTapCount = 0; in resetMultiTap()
1444 mTapCount = (mTapCount + 1) % key.codes.length; in checkMultiTap()
1447 mTapCount = -1; in checkMultiTap()