Home
last modified time | relevance | path

Searched refs:getDoubleTapTimeout (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/frameworks/base/core/java/android/widget/
H A DEditorTouchState.java145 if (millisSinceLastUp <= ViewConfiguration.getDoubleTapTimeout() in update()
146 && millisBetweenLastDownAndLastUp <= ViewConfiguration.getDoubleTapTimeout() in update()
H A DEditor.java1751 int delay = ViewConfiguration.getDoubleTapTimeout(); in showFloatingToolbar()
2627 ViewConfiguration.getDoubleTapTimeout()); in onTouchUpEvent()
5638 if (ev.getEventTime() - mLastUpTime < ViewConfiguration.getDoubleTapTimeout()) { in touchThrough()
6416 ViewConfiguration.getDoubleTapTimeout() + 1); in show()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DGestureMatcher.java224 cancelAfter(ViewConfiguration.getDoubleTapTimeout(), event, rawEvent, policyFlags); in cancelAfterDoubleTapTimeout()
280 completeAfter(ViewConfiguration.getDoubleTapTimeout(), event, rawEvent, policyFlags); in completeAfterDoubleTapTimeout()
H A DMultiTap.java51 mDoubleTapTimeout = ViewConfiguration.getDoubleTapTimeout(); in MultiTap()
H A DSecondFingerMultiTap.java51 mDoubleTapTimeout = ViewConfiguration.getDoubleTapTimeout(); in SecondFingerMultiTap()
H A DTouchExplorer.java189 mDetermineUserIntentTimeout = ViewConfiguration.getDoubleTapTimeout(); in TouchExplorer()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
H A DMagnificationGestureMatcher.java81 return ViewConfiguration.getDoubleTapTimeout() + context.getResources().getInteger( in getMagnificationMultiTapTimeout()
H A DMotionEventDispatcherDelegate.java50 mMultiTapMaxDelay = ViewConfiguration.getDoubleTapTimeout() in MotionEventDispatcherDelegate()
H A DTwoFingersDownOrSwipe.java46 mDoubleTapTimeout = ViewConfiguration.getDoubleTapTimeout(); in TwoFingersDownOrSwipe()
H A DFullScreenMagnificationGestureHandler.java565 mMultiTapMaxDelay = ViewConfiguration.getDoubleTapTimeout() in DetectingState()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DViewClickAction.java53 long doubleTapTimeout = ViewConfiguration.getDoubleTapTimeout(); in perform()
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/gesture/
H A DConsecutiveTapsGestureDetector.java54 consecutiveTapTimeout = ViewConfiguration.getDoubleTapTimeout(); in ConsecutiveTapsGestureDetector()
/aosp12/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/gesture/
H A DConsecutiveTapsGestureDetectorTest.java55 tapTimeout = ViewConfiguration.getDoubleTapTimeout(); in setUp()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DTwoFingersDownOrSwipeTest.java111 verify(mListener, after(ViewConfiguration.getDoubleTapTimeout())).onGestureCancelled( in sendSingleTapEvent_onGestureCancelled()
H A DWindowMagnificationGestureHandlerTest.java227 Thread.sleep(ViewConfiguration.getDoubleTapTimeout()); in goFromStateIdleTo()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DTimerHandler.java176 ViewConfiguration.getDoubleTapTimeout()); in startDoubleTapShiftKeyTimer()
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/
H A DEditorTouchStateTest.java75 long event3Time = event2Time + ViewConfiguration.getDoubleTapTimeout() + 1; in testUpdate_singleTap()
141 long event2Time = 1000 + ViewConfiguration.getDoubleTapTimeout() + 1; in testUpdate_doubleTap_delayAfterFirstDownEvent()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/gestures/
H A DTouchExplorerTest.java28 import static android.view.ViewConfiguration.getDoubleTapTimeout;
84 private static final int USER_INTENT_TIMEOUT = getDoubleTapTimeout();
/aosp12/frameworks/base/core/java/android/view/
H A DViewConfiguration.java656 public static int getDoubleTapTimeout() { in getDoubleTapTimeout() method in ViewConfiguration
H A DGestureDetector.java247 private static final int DOUBLE_TAP_TIMEOUT = ViewConfiguration.getDoubleTapTimeout();
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp126 jmethodID getDoubleTapTimeout; member
605 gServiceClassInfo.getDoubleTapTimeout); in getReaderConfiguration()
2472 GET_METHOD_ID(gServiceClassInfo.getDoubleTapTimeout, clazz, in register_android_server_InputManager()
/aosp12/frameworks/base/media/java/android/media/session/
H A DMediaSession.java941 mediaButtonIntent, ViewConfiguration.getDoubleTapTimeout()); in onMediaButtonEvent()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2974 private int getDoubleTapTimeout() { in getDoubleTapTimeout() method in InputManagerService
2975 return ViewConfiguration.getDoubleTapTimeout(); in getDoubleTapTimeout()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1495 ViewConfiguration.getDoubleTapTimeout()); in handleHomeButton()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...

12