Home
last modified time | relevance | path

Searched refs:getLongPressTimeout (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/speeddial/draghelper/
DSpeedDialFavoritesViewHolderOnTouchListener.java60 if (event.getEventTime() - event.getDownTime() > ViewConfiguration.getLongPressTimeout()) { in onTouch()
73 if (event.getEventTime() - event.getDownTime() < ViewConfiguration.getLongPressTimeout()) { in onTouch()
/packages/apps/Launcher3/src/com/android/launcher3/
DCheckLongPressHelper.java123 (long) (ViewConfiguration.getLongPressTimeout() * mLongPressTimeoutFactor)); in postCheckForLongPress()
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DDialpadKeyButton.java48 private static final int LONG_HOVER_TIMEOUT = ViewConfiguration.getLongPressTimeout() * 2;
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DEdgeBackGestureHandler.java100 ViewConfiguration.getLongPressTimeout()); in EdgeBackGestureHandler()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java1132 final int delay = getLongPressTimeout(key.getCode()); in startLongPressTimer()
1137 private int getLongPressTimeout(final int code) { in getLongPressTimeout() method in PointerTracker
/packages/apps/Car/Launcher/tests/src/com/android/car/carlauncher/
DTaskViewInputInterceptorTest.java256 handler.postDelayed(() -> l.countDown(), ViewConfiguration.getLongPressTimeout()); in waitForLongPressTimeout()
/packages/services/Car/service/src/com/android/car/
DCarInputService.java217 ViewConfiguration.getLongPressTimeout()); in getViewLongPressDelay()
/packages/apps/Gallery/src/com/android/camera/
DGridViewSpecial.java606 ViewConfiguration.getLongPressTimeout()); in onKeyDown()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java246 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DRotaryService.java636 mLongPressMs = ViewConfiguration.getLongPressTimeout(); in onCreate()