Home
last modified time | relevance | path

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

12

/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/
DInstrumentationUiAutomatorBridge.java58 return ViewConfiguration.getLongPressTimeout(); in getSystemLongPressTime()
/frameworks/base/core/tests/coretests/src/android/util/
DKeyUtils.java76 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.5f)); in longClick()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DRelativeTouchListener.kt121 }, ViewConfiguration.getLongPressTimeout().toLong()) in onDown()
/frameworks/base/core/java/android/view/
DGestureDetector.java247 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
654 + ViewConfiguration.getLongPressTimeout()); in onTouchEvent()
695 final long longPressTimeout = ViewConfiguration.getLongPressTimeout(); in onTouchEvent()
DViewConfiguration.java597 public static int getLongPressTimeout() { in getLongPressTimeout() method in ViewConfiguration
616 return getLongPressTimeout(); in getKeyRepeatTimeout()
DView.java15010 ViewConfiguration.getLongPressTimeout(),
15756 ViewConfiguration.getLongPressTimeout(),
15784 ViewConfiguration.getLongPressTimeout(),
15818 long delay = (long) (ViewConfiguration.getLongPressTimeout()
28296 ViewConfiguration.getLongPressTimeout() - ViewConfiguration.getTapTimeout(); in run()
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
DListTouchManyTest.java116 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.25f)); in testPress()
/frameworks/base/core/java/android/widget/
DForwardingListener.java68 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2; in ForwardingListener()
DNumberPicker.java932 false, ViewConfiguration.getLongPressTimeout()); in onInterceptTouchEvent()
935 true, ViewConfiguration.getLongPressTimeout()); in onInterceptTouchEvent()
2119 postDelayed(mBeginSoftInputOnLongPressCommand, ViewConfiguration.getLongPressTimeout()); in postBeginSoftInputOnLongPressCommand()
DAbsListView.java2882 ViewConfiguration.getLongPressTimeout()); in keyPressed()
2892 postDelayed(mPendingCheckForKeyLongPress, ViewConfiguration.getLongPressTimeout()); in keyPressed()
3494 final int longPressTimeout = ViewConfiguration.getLongPressTimeout(); in run()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
DGestureMatcher.java241 completeAfter(ViewConfiguration.getLongPressTimeout(), event, rawEvent, policyFlags); in completeAfterLongPressTimeout()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DFullScreenMagnificationGestureHandler.java641 mLongTapMinDelay = ViewConfiguration.getLongPressTimeout(); in DetectingState()
854 ViewConfiguration.getLongPressTimeout()); in afterLongTapTimeoutTransitionToDraggingState()
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
DDragAction.java374 long longPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); in performLongPress()
/frameworks/base/cmds/input/src/com/android/commands/input/
DInput.java262 Thread.sleep(ViewConfiguration.getLongPressTimeout()); in sendSwipe()
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuView.java547 postDelayed(this, ViewConfiguration.getLongPressTimeout()); in dispatchKeyEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java286 postDelayed(mCheckLongPress, ViewConfiguration.getLongPressTimeout()); in onTouchEvent()
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java428 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.5f)); in longClickView()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp108 jmethodID getLongPressTimeout; member
507 gServiceClassInfo.getLongPressTimeout); in getReaderConfiguration()
1906 GET_METHOD_ID(gServiceClassInfo.getLongPressTimeout, clazz, in register_android_server_InputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DEdgeBackGestureHandler.java236 ViewConfiguration.getLongPressTimeout()); in EdgeBackGestureHandler()
DPanelViewController.java410 if (timePassed < ViewConfiguration.getLongPressTimeout()) { in endMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java128 mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); in SwipeHelper()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2124 private int getLongPressTimeout() { in getLongPressTimeout() method in InputManagerService
2125 return ViewConfiguration.getLongPressTimeout(); in getLongPressTimeout()
/frameworks/base/core/java/android/app/
DInstrumentation.java980 Thread.sleep(ViewConfiguration.getLongPressTimeout()); in invokeContextMenuAction()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java234 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionService.java113 private static final int LONG_PRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout()

12