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

/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java1187 private final int mTapTimeout; field in class:ListPopupWindow.ForwardingListener
1204 mTapTimeout = ViewConfiguration.getTapTimeout();
1302 src.postDelayed(mDisallowIntercept, mTapTimeout);
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java108 private final int mTapTimeout; field in class:TouchExplorer
221 mTapTimeout = ViewConfiguration.getTapTimeout();
1067 if (GestureUtils.isTap(mDownEvent, event, mTapTimeout, mTouchSlop,

Completed in 85 milliseconds