Searched refs:mTapCount (Results 1 – 3 of 3) sorted by relevance
57 int mTapCount; field in PlatLogoActivity147 if (mTapCount == 0) { in onAttachedToWindow()173 if (mTapCount < 5) return false; in onAttachedToWindow()204 mTapCount++; in onAttachedToWindow()217 if (mTapCount > 5) { in onAttachedToWindow()
636 private int mTapCount; field in ScreenMagnifier.DetectingStateHandler671 if (mTapCount == ACTION_TAP_COUNT - 1 && mLastDownEvent != null in onMotionEvent()678 } else if (mTapCount < ACTION_TAP_COUNT) { in onMotionEvent()695 if (mLastDownEvent != null && mTapCount < ACTION_TAP_COUNT - 1) { in onMotionEvent()722 mTapCount++; in onMotionEvent()724 Slog.i(LOG_TAG, "Tap count:" + mTapCount); in onMotionEvent()726 if (mTapCount == ACTION_TAP_COUNT) { in onMotionEvent()748 mTapCount = 0; in clearTapDetectionState()
232 private int mTapCount; field in KeyboardView820 if (mTapCount != -1) { in detectAndSendKey()823 mTapCount = 0; in detectAndSendKey()825 code = key.codes[mTapCount]; in detectAndSendKey()842 mPreviewLabel.append((char) key.codes[mTapCount < 0 ? 0 : mTapCount]); in getPreviewText()1431 mTapCount = 0; in resetMultiTap()1443 mTapCount = (mTapCount + 1) % key.codes.length; in checkMultiTap()1446 mTapCount = -1; in checkMultiTap()