HomeSort by relevance Sort by last modified time
    Searched refs:TAP_TIMEOUT (Results 1 - 14 of 14) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewConfiguration.java 44 private static final int TAP_TIMEOUT = 115;
137 return TAP_TIMEOUT;
  /frameworks/base/core/java/android/view/
ViewConfiguration.java 83 private static final int TAP_TIMEOUT = 180;
417 return TAP_TIMEOUT;
GestureDetector.java 203 private static final int TAP_TIMEOUT = ViewConfiguration.getTapTimeout();
546 + TAP_TIMEOUT + LONGPRESS_TIMEOUT);
548 mHandler.sendEmptyMessageAtTime(SHOW_PRESS, mCurrentDownEvent.getDownTime() + TAP_TIMEOUT);
ViewRootImpl.java     [all...]
  /frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java 63 private static final int TAP_TIMEOUT = ViewConfiguration.getTapTimeout();
316 + TAP_TIMEOUT + LONGPRESS_TIMEOUT);
318 mHandler.sendEmptyMessageAtTime(SHOW_PRESS, mCurrentDownEvent.getDownTime() + TAP_TIMEOUT);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialPickerLayout.java 51 private final int TAP_TIMEOUT;
106 TAP_TIMEOUT = ViewConfiguration.getTapTimeout();
583 // If the touch is on AM or PM, set it as "touched" after the TAP_TIMEOUT
593 }, TAP_TIMEOUT);
602 // TAP_TIMEOUT in case the user moves their finger quickly.
613 }, TAP_TIMEOUT);
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewInputDispatcher.java 134 private static final int TAP_TIMEOUT = ViewConfiguration.getTapTimeout();
136 ViewConfiguration.getLongPressTimeout() + TAP_TIMEOUT;
408 TAP_TIMEOUT);
    [all...]
WebViewClassic.java     [all...]
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 427 milliseconds