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

/frameworks/testing/uiautomator/instrumentation/testrunner-src/com/android/uiautomator/core/
H A DInstrumentationUiAutomatorBridge.java58 return ViewConfiguration.getLongPressTimeout();
/frameworks/uiautomator/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.java399 public static int getLongPressTimeout() { method in class:ViewConfiguration
408 return getLongPressTimeout();
H A DGestureDetector.java201 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
H A DView.java17449 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.java255 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.java87 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.java837 false, ViewConfiguration.getLongPressTimeout());
841 true, ViewConfiguration.getLongPressTimeout());
1860 postDelayed(mBeginSoftInputOnLongPressCommand, ViewConfiguration.getLongPressTimeout());
H A DAbsListView.java2618 ViewConfiguration.getLongPressTimeout());
2628 postDelayed(mPendingCheckForKeyLongPress, ViewConfiguration.getLongPressTimeout());
3122 final int longPressTimeout = ViewConfiguration.getLongPressTimeout();
/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp83 jmethodID getLongPressTimeout; member in struct:android::__anon1190
381 gServiceClassInfo.getLongPressTimeout);
382 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) {
1431 GET_METHOD_ID(gServiceClassInfo.getLongPressTimeout, clazz,
1432 "getLongPressTimeout", "()I");
/frameworks/base/test-runner/src/android/test/
H A DTouchUtils.java416 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.5f));
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java1414 private int getLongPressTimeout() { method in class:InputManagerService
1415 return ViewConfiguration.getLongPressTimeout();
/frameworks/base/core/java/android/app/
H A DInstrumentation.java796 Thread.sleep(ViewConfiguration.getLongPressTimeout());
/frameworks/base/services/java/com/android/server/accessibility/
H A DScreenMagnifier.java688 ViewConfiguration.getLongPressTimeout());
H A DTouchExplorer.java1302 mHandler.postDelayed(this, ViewConfiguration.getLongPressTimeout());
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java225 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();

Completed in 877 milliseconds