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 57 int mTapCount;
147 if (mTapCount == 0) {
173 if (mTapCount < 5) return false;
204 mTapCount++;
217 if (mTapCount > 5) {
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
ScreenMagnifier.java 636 private int mTapCount;
671 if (mTapCount == ACTION_TAP_COUNT - 1 && mLastDownEvent != null
678 } else if (mTapCount < ACTION_TAP_COUNT) {
695 if (mLastDownEvent != null && mTapCount < ACTION_TAP_COUNT - 1) {
722 mTapCount++;
724 Slog.i(LOG_TAG, "Tap count:" + mTapCount);
726 if (mTapCount == ACTION_TAP_COUNT) {
748 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 232 private int mTapCount;
820 if (mTapCount != -1) {
823 mTapCount = 0;
825 code = key.codes[mTapCount];
    [all...]

Completed in 592 milliseconds