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

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java429 public static int getTapTimeout() { method in class:ViewConfiguration
H A DGestureDetector.java205 private static final int TAP_TIMEOUT = ViewConfiguration.getTapTimeout();
H A DView.java1678 * even when they are shorter than ViewConfiguration.getTapTimeout().
6529 postDelayed(mPendingCheckForTap, ViewConfiguration.getTapTimeout());
14099 checkForLongClick(ViewConfiguration.getTapTimeout());
/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java615 postDelayed(mPendingCheckForTap, ViewConfiguration.getTapTimeout());
H A DNumberPicker.java644 mTouchSlop = ViewConfiguration.getTapTimeout();
H A DAbsListView.java3055 postDelayed(mPendingCheckForTap, ViewConfiguration.getTapTimeout());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBar.java486 mNotificationPeekTapDuration = vc.getTapTimeout();
/frameworks/base/core/java/android/webkit/
H A DWebView.java580 // This should be ViewConfiguration.getTapTimeout()
4306 if (delay < ViewConfiguration.getTapTimeout()) {
6718 ViewConfiguration.getTapTimeout());

Completed in 433 milliseconds