Home
last modified time | relevance | path

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

/frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/
DInstrumentationUiAutomatorBridge.java58 return ViewConfiguration.getLongPressTimeout(); in getSystemLongPressTime()
/frameworks/base/core/java/android/view/
DViewConfiguration.java426 public static int getLongPressTimeout() { in getLongPressTimeout() method in ViewConfiguration
435 return getLongPressTimeout(); in getKeyRepeatTimeout()
DGestureDetector.java201 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
DView.java17449 ViewConfiguration.getLongPressTimeout() - delayOffset);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DCheckLongPressHelper.java45 mLongPressTimeout = ViewConfiguration.getLongPressTimeout(); in CheckLongPressHelper()
/frameworks/base/core/tests/coretests/src/android/util/
DKeyUtils.java82 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.5f)); in longClick()
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
DListTouchManyTest.java116 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.25f)); in testPress()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonView.java255 postDelayed(mCheckLongPress, ViewConfiguration.getLongPressTimeout()); in onTouchEvent()
/frameworks/support/v4/java/android/support/v4/view/
DGestureDetectorCompat.java62 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java87 … mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); // extra long-press! in SwipeHelper()
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp83 jmethodID getLongPressTimeout; member
381 gServiceClassInfo.getLongPressTimeout); in getReaderConfiguration()
1431 GET_METHOD_ID(gServiceClassInfo.getLongPressTimeout, clazz, in register_android_server_InputManager()
/frameworks/base/core/java/com/android/internal/view/menu/
DIconMenuView.java541 postDelayed(this, ViewConfiguration.getLongPressTimeout()); in dispatchKeyEvent()
/frameworks/base/core/java/android/widget/
DNumberPicker.java837 false, ViewConfiguration.getLongPressTimeout()); in onInterceptTouchEvent()
841 true, ViewConfiguration.getLongPressTimeout()); in onInterceptTouchEvent()
1860 postDelayed(mBeginSoftInputOnLongPressCommand, ViewConfiguration.getLongPressTimeout()); in postBeginSoftInputOnLongPressCommand()
DAbsListView.java2625 ViewConfiguration.getLongPressTimeout()); in keyPressed()
2635 postDelayed(mPendingCheckForKeyLongPress, ViewConfiguration.getLongPressTimeout()); in keyPressed()
3129 final int longPressTimeout = ViewConfiguration.getLongPressTimeout(); in run()
/frameworks/base/test-runner/src/android/test/
DTouchUtils.java416 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.5f)); in longClickView()
/frameworks/base/services/java/com/android/server/input/
DInputManagerService.java1414 private int getLongPressTimeout() { in getLongPressTimeout() method in InputManagerService
1415 return ViewConfiguration.getLongPressTimeout(); in getLongPressTimeout()
/frameworks/base/core/java/android/app/
DInstrumentation.java796 Thread.sleep(ViewConfiguration.getLongPressTimeout()); in invokeContextMenuAction()
/frameworks/base/services/java/com/android/server/accessibility/
DScreenMagnifier.java688 ViewConfiguration.getLongPressTimeout()); in onMotionEvent()
DTouchExplorer.java1302 mHandler.postDelayed(this, ViewConfiguration.getLongPressTimeout()); in post()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java225 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
/frameworks/base/api/
Dcurrent.txt28144 method public static int getLongPressTimeout();