HomeSort by relevance Sort by last modified time
    Searched refs:getLongPressTimeout (Results 1 - 25 of 33) sorted by null

1 2

  /packages/apps/Launcher2/src/com/android/launcher2/
CheckLongPressHelper.java 48 mView.postDelayed(mPendingCheckForLongPress, LauncherApplication.getLongPressTimeout());
LauncherApplication.java 142 public static int getLongPressTimeout() {
  /cts/tests/tests/view/src/android/view/cts/
ViewConfigurationTest.java 38 ViewConfiguration.getLongPressTimeout();
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
CheckLongPressHelper.java 45 mLongPressTimeout = ViewConfiguration.getLongPressTimeout();
  /frameworks/base/core/tests/coretests/src/android/util/
KeyUtils.java 82 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.5f));
  /packages/apps/Browser/src/com/android/browser/view/
BookmarkContainer.java 72 final int longPressTimeout = ViewConfiguration.getLongPressTimeout();
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 392 public static int getLongPressTimeout() {
401 return getLongPressTimeout();
GestureDetector.java 202 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListTouchManyTest.java 116 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.25f));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 227 postDelayed(mCheckLongPress, ViewConfiguration.getLongPressTimeout());
  /packages/apps/DeskClock/src/com/android/deskclock/
ClockFragment.java 127 }, ViewConfiguration.getLongPressTimeout());
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuView.java 541 postDelayed(this, ViewConfiguration.getLongPressTimeout());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 88 mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); // extra long-press!
  /frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java 62 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
  /frameworks/base/core/java/android/widget/
NumberPicker.java 832 false, ViewConfiguration.getLongPressTimeout());
836 true, ViewConfiguration.getLongPressTimeout());
    [all...]
AbsListView.java     [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 82 jmethodID getLongPressTimeout;
379 gServiceClassInfo.getLongPressTimeout);
380 if (!checkAndClearExceptionFromCallback(env, "getLongPressTimeout")) {
    [all...]
  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 416 Thread.sleep((long)(ViewConfiguration.getLongPressTimeout() * 1.5f));
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java     [all...]
  /frameworks/base/core/java/android/app/
Instrumentation.java 789 Thread.sleep(ViewConfiguration.getLongPressTimeout());
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewInputDispatcher.java 136 ViewConfiguration.getLongPressTimeout() + TAP_TIMEOUT;
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 606 ViewConfiguration.getLongPressTimeout());
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 227 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 225 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
    [all...]

Completed in 832 milliseconds

1 2