Searched refs:mTapCount (Results 1 – 2 of 2) sorted by relevance
233 private int mTapCount; field in KeyboardView860 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()
253 private int mTapCount; field in KeyboardView956 if (mTapCount != -1) { in detectAndSendKey()959 mTapCount = 0; in detectAndSendKey()961 code = key.codes[mTapCount]; in detectAndSendKey()978 mPreviewLabel.append((char) key.codes[mTapCount < 0 ? 0 : mTapCount]); in getPreviewText()1467 mTapCount = 0; in resetMultiTap()1479 mTapCount = (mTapCount + 1) % key.codes.length; in checkMultiTap()1482 mTapCount = -1; in checkMultiTap()