/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/ |
H A D | LongPressHandlingViewInteractionHandler.kt | 80 event.gestureDuration < ViewConfiguration.getLongPressTimeout() 106 ViewConfiguration.getLongPressTimeout().toLong(),
|
/aosp14/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/ |
H A D | InstrumentationUiAutomatorBridge.java | 58 return ViewConfiguration.getLongPressTimeout(); in getSystemLongPressTime()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/policy/ |
H A D | ShortcutKeyTestBase.java | 145 final long nextDownTime = downTime + ViewConfiguration.getLongPressTimeout(); in sendKey() 154 ? SystemClock.uptimeMillis() + ViewConfiguration.getLongPressTimeout() in sendKey()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | KeyUtils.java | 76 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.5f)); in longClick()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/ |
H A D | RelativeTouchListener.kt | 119 }, ViewConfiguration.getLongPressTimeout().toLong())
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/ |
H A D | KeyguardQuickAffordanceOnTouchListener.kt | 42 private val longPressDurationMs = ViewConfiguration.getLongPressTimeout().toLong()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | GestureDetector.java | 251 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout(); 650 + ViewConfiguration.getLongPressTimeout()); in onTouchEvent() 691 final long longPressTimeout = ViewConfiguration.getLongPressTimeout(); in onTouchEvent()
|
H A D | ViewConfiguration.java | 654 public static int getLongPressTimeout() { in getLongPressTimeout() method in ViewConfiguration 672 return getLongPressTimeout(); in getKeyRepeatTimeout()
|
H A D | HandwritingInitiator.java | 122 mHandwritingTimeoutInMillis = ViewConfiguration.getLongPressTimeout(); in HandwritingInitiator()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/notetask/ |
H A D | NoteTaskInitializer.kt | 165 val LONG_PRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout().toLong()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | MagnificationGestureDetector.java | 121 event.getDownTime() + ViewConfiguration.getLongPressTimeout()); in onTouch()
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputShellCommand.java | 360 sleep(ViewConfiguration.getLongPressTimeout()); in sendKeyEvent() 362 final long nextEventTime = now + ViewConfiguration.getLongPressTimeout(); in sendKeyEvent() 415 sleep(ViewConfiguration.getLongPressTimeout()); in sendSwipe()
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | ForwardingListener.java | 68 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2; in ForwardingListener()
|
H A D | NumberPicker.java | 931 false, ViewConfiguration.getLongPressTimeout()); in onInterceptTouchEvent() 934 true, ViewConfiguration.getLongPressTimeout()); in onInterceptTouchEvent() 2118 postDelayed(mBeginSoftInputOnLongPressCommand, ViewConfiguration.getLongPressTimeout()); in postBeginSoftInputOnLongPressCommand()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
H A D | ListTouchManyTest.java | 116 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.25f)); in testPress()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/common/ui/view/ |
H A D | LongPressHandlingViewInteractionHandlerTest.kt | 149 gestureDuration = ViewConfiguration.getLongPressTimeout() - 1L,
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
H A D | GestureMatcher.java | 249 completeAfter(ViewConfiguration.getLongPressTimeout(), event, rawEvent, policyFlags); in completeAfterLongPressTimeout()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | WindowMagnificationGestureHandlerTest.java | 378 SystemClock.sleep(ViewConfiguration.getLongPressTimeout() + 100); in tapAndHold()
|
/aosp14/frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
H A D | KeyButtonView.java | 200 postDelayed(mCheckLongPress, ViewConfiguration.getLongPressTimeout()); in onTouchEvent()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/ |
H A D | DragAction.java | 374 long longPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); in performLongPress()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/utils/ |
H A D | SplitScreenUtils.kt | 52 private val LONG_PRESS_TIME_MS = ViewConfiguration.getLongPressTimeout() * 2L
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | FullScreenMagnificationGestureHandler.java | 731 mLongTapMinDelay = ViewConfiguration.getLongPressTimeout(); in DetectingState() 943 ViewConfiguration.getLongPressTimeout()); in afterLongTapTimeoutTransitionToDraggingState()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/ |
H A D | KeyButtonView.java | 289 postDelayed(mCheckLongPress, ViewConfiguration.getLongPressTimeout()); in onTouchEvent()
|
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/ |
H A D | IconMenuView.java | 547 postDelayed(this, ViewConfiguration.getLongPressTimeout()); in dispatchKeyEvent()
|
/aosp14/frameworks/base/test-runner/src/android/test/ |
H A D | TouchUtils.java | 428 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.5f)); in longClickView()
|