Searched refs:mTapCount (Results 1 – 2 of 2) sorted by relevance
241 private int mTapCount; field in KeyboardView842 if (mTapCount != -1) { in detectAndSendKey()845 mTapCount = 0; in detectAndSendKey()847 code = key.codes[mTapCount]; in detectAndSendKey()864 mPreviewLabel.append((char) key.codes[mTapCount < 0 ? 0 : mTapCount]); in getPreviewText()1441 mTapCount = 0; in resetMultiTap()1453 mTapCount = (mTapCount + 1) % key.codes.length; in checkMultiTap()1456 mTapCount = -1; in checkMultiTap()
22755 Landroid/inputmethodservice/KeyboardView;->mTapCount:I