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/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.java438 public static int getLongPressTimeout() { method in class:ViewConfiguration
447 return getLongPressTimeout();
H A DGestureDetector.java225 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
H A DView.java20824 ViewConfiguration.getLongPressTimeout() - delayOffset);
/frameworks/base/core/java/android/widget/
H A DForwardingListener.java65 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2;
H A DNumberPicker.java886 false, ViewConfiguration.getLongPressTimeout());
890 true, ViewConfiguration.getLongPressTimeout());
1974 postDelayed(mBeginSoftInputOnLongPressCommand, ViewConfiguration.getLongPressTimeout());
H A DAbsListView.java2831 ViewConfiguration.getLongPressTimeout());
2841 postDelayed(mPendingCheckForKeyLongPress, ViewConfiguration.getLongPressTimeout());
3439 final int longPressTimeout = ViewConfiguration.getLongPressTimeout();
/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.java191 postDelayed(mCheckLongPress, ViewConfiguration.getLongPressTimeout());
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DForwardingListener.java68 mLongPressTimeout = (mTapTimeout + ViewConfiguration.getLongPressTimeout()) / 2;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DTouchUtils.java154 Thread.sleep((long) (ViewConfiguration.getLongPressTimeout() * 1.5f));
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java541 postDelayed(this, ViewConfiguration.getLongPressTimeout());
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DDragAction.java371 long longPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f);
/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java62 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp89 jmethodID getLongPressTimeout; member in struct:android::__anon1112
433 gServiceClassInfo.getLongPressTimeout);
434 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) {
1622 GET_METHOD_ID(gServiceClassInfo.getLongPressTimeout, clazz,
1623 "getLongPressTimeout", "()I");
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java99 mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); // extra long-press!
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationGestureHandler.java587 ViewConfiguration.getLongPressTimeout());
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java410 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.5f));
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java1954 private int getLongPressTimeout() { method in class:InputManagerService
1955 return ViewConfiguration.getLongPressTimeout();
/frameworks/base/core/java/android/app/
H A DInstrumentation.java813 Thread.sleep(ViewConfiguration.getLongPressTimeout());
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java226 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();

Completed in 980 milliseconds