HomeSort by relevance Sort by last modified time
    Searched refs:mTapCount (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/app/
PlatLogoActivity.java 60 int mTapCount;
104 if (mTapCount < 5) return false;
148 mTapCount++;
161 if (mTapCount > 5) {
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
MagnificationGestureHandler.java 535 private int mTapCount;
581 if (mTapCount == ACTION_TAP_COUNT - 1 && mLastDownEvent != null
588 } else if (mTapCount < ACTION_TAP_COUNT) {
607 if (mLastDownEvent != null && mTapCount < ACTION_TAP_COUNT - 1) {
636 mTapCount++;
638 Slog.i(LOG_TAG, "Tap count:" + mTapCount);
640 if (mTapCount == ACTION_TAP_COUNT) {
665 mTapCount = 0;
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 233 private int mTapCount;
860 if (mTapCount != -1) {
863 mTapCount = 0;
865 code = key.codes[mTapCount];
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 233 private int mTapCount;
830 if (mTapCount != -1) {
833 mTapCount = 0;
835 code = key.codes[mTapCount];
    [all...]

Completed in 1079 milliseconds