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

/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java232 private int mTapCount; field in class:KeyboardView
817 if (mTapCount != -1) {
820 mTapCount = 0;
822 code = key.codes[mTapCount];
839 mPreviewLabel.append((char) key.codes[mTapCount < 0 ? 0 : mTapCount]);
1423 mTapCount = 0;
1435 mTapCount = (mTapCount + 1) % key.codes.length;
1438 mTapCount
[all...]

Completed in 30 milliseconds