Searched refs:mTapCount (Results 1 – 1 of 1) sorted by relevance
253 private int mTapCount; field in KeyboardView957 if (mTapCount != -1) { in detectAndSendKey()960 mTapCount = 0; in detectAndSendKey()962 code = key.codes[mTapCount]; in detectAndSendKey()979 mPreviewLabel.append((char) key.codes[mTapCount < 0 ? 0 : mTapCount]); in getPreviewText()1468 mTapCount = 0; in resetMultiTap()1480 mTapCount = (mTapCount + 1) % key.codes.length; in checkMultiTap()1483 mTapCount = -1; in checkMultiTap()