Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java241 private int mTapCount; field in KeyboardView
842 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22755 Landroid/inputmethodservice/KeyboardView;->mTapCount:I