Searched refs:mTapCount (Results 1 – 1 of 1) 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()