Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java406 public static int getLongPressTimeout() { in getLongPressTimeout() method in ViewConfiguration
415 return getLongPressTimeout(); in getKeyRepeatTimeout()
DGestureDetector.java202 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
DView.java16103 ViewConfiguration.getLongPressTimeout() - delayOffset);
/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.java227 postDelayed(mCheckLongPress, ViewConfiguration.getLongPressTimeout()); in onTouchEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java88 … mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); // extra long-press! in SwipeHelper()
/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp82 jmethodID getLongPressTimeout; member
421 gServiceClassInfo.getLongPressTimeout); in getReaderConfiguration()
1465 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.java807 false, ViewConfiguration.getLongPressTimeout()); in onInterceptTouchEvent()
811 true, ViewConfiguration.getLongPressTimeout()); in onInterceptTouchEvent()
1788 postDelayed(mBeginSoftInputOnLongPressCommand, ViewConfiguration.getLongPressTimeout()); in postBeginSoftInputOnLongPressCommand()
DAbsListView.java2593 ViewConfiguration.getLongPressTimeout()); in keyPressed()
2603 postDelayed(mPendingCheckForKeyLongPress, ViewConfiguration.getLongPressTimeout()); in keyPressed()
3073 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.java1337 private int getLongPressTimeout() { in getLongPressTimeout() method in InputManagerService
1338 return ViewConfiguration.getLongPressTimeout(); in getLongPressTimeout()
/frameworks/base/core/java/android/webkit/
DWebViewInputDispatcher.java136 ViewConfiguration.getLongPressTimeout() + TAP_TIMEOUT;
/frameworks/base/core/java/android/app/
DInstrumentation.java788 Thread.sleep(ViewConfiguration.getLongPressTimeout()); in invokeContextMenuAction()
/frameworks/base/services/java/com/android/server/accessibility/
DTouchExplorer.java1307 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/
D14.txt23360 method public static int getLongPressTimeout();
D15.txt23508 method public static int getLongPressTimeout();
Dcurrent.txt24611 method public static int getLongPressTimeout();
D16.txt24611 method public static int getLongPressTimeout();