Searched refs:getLongPressTimeout (Results 1 – 10 of 10) sorted by relevance
60 if (event.getEventTime() - event.getDownTime() > ViewConfiguration.getLongPressTimeout()) { in onTouch()73 if (event.getEventTime() - event.getDownTime() < ViewConfiguration.getLongPressTimeout()) { in onTouch()
123 (long) (ViewConfiguration.getLongPressTimeout() * mLongPressTimeoutFactor)); in postCheckForLongPress()
48 private static final int LONG_HOVER_TIMEOUT = ViewConfiguration.getLongPressTimeout() * 2;
100 ViewConfiguration.getLongPressTimeout()); in EdgeBackGestureHandler()
1132 final int delay = getLongPressTimeout(key.getCode()); in startLongPressTimer()1137 private int getLongPressTimeout(final int code) { in getLongPressTimeout() method in PointerTracker
256 handler.postDelayed(() -> l.countDown(), ViewConfiguration.getLongPressTimeout()); in waitForLongPressTimeout()
217 ViewConfiguration.getLongPressTimeout()); in getViewLongPressDelay()
606 ViewConfiguration.getLongPressTimeout()); in onKeyDown()
246 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
636 mLongPressMs = ViewConfiguration.getLongPressTimeout(); in onCreate()