Searched refs:getLongPressTimeout (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/cmds/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/
H A DInstrumentationUiAutomatorBridge.java58 return ViewConfiguration.getLongPressTimeout();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCheckLongPressHelper.java45 mLongPressTimeout = ViewConfiguration.getLongPressTimeout();
/frameworks/base/core/tests/coretests/src/android/util/
H A DKeyUtils.java82 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.5f));
/frameworks/base/core/java/android/view/
H A DViewConfiguration.java433 public static int getLongPressTimeout() { method in class:ViewConfiguration
442 return getLongPressTimeout();
H A DGestureDetector.java201 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
H A DView.java18516 ViewConfiguration.getLongPressTimeout() - delayOffset);
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
H A DListTouchManyTest.java116 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.25f));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java188 postDelayed(mCheckLongPress, ViewConfiguration.getLongPressTimeout());
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java541 postDelayed(this, ViewConfiguration.getLongPressTimeout());
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java95 mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); // extra long-press!
/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java62 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java871 false, ViewConfiguration.getLongPressTimeout());
875 true, ViewConfiguration.getLongPressTimeout());
1917 postDelayed(mBeginSoftInputOnLongPressCommand, ViewConfiguration.getLongPressTimeout());
H A DListPopupWindow.java1233 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2;
H A DAbsListView.java2763 ViewConfiguration.getLongPressTimeout());
2773 postDelayed(mPendingCheckForKeyLongPress, ViewConfiguration.getLongPressTimeout());
3285 final int longPressTimeout = ViewConfiguration.getLongPressTimeout();
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp85 jmethodID getLongPressTimeout; member in struct:android::__anon1000
396 gServiceClassInfo.getLongPressTimeout);
397 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) {
1483 GET_METHOD_ID(gServiceClassInfo.getLongPressTimeout, clazz,
1484 "getLongPressTimeout", "()I");
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java404 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.5f));
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1549 private int getLongPressTimeout() { method in class:InputManagerService
1550 return ViewConfiguration.getLongPressTimeout();
/frameworks/base/core/java/android/app/
H A DInstrumentation.java801 Thread.sleep(ViewConfiguration.getLongPressTimeout());
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DScreenMagnifier.java677 ViewConfiguration.getLongPressTimeout());
H A DTouchExplorer.java1305 mHandler.postDelayed(this, ViewConfiguration.getLongPressTimeout());
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DListPopupWindow.java1252 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2;
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java226 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();

Completed in 1844 milliseconds