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

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewConfiguration.java 67 private int doubleTapSlop;
84 doubleTapSlop = (int) (density * DOUBLE_TAP_SLOP + 0.5f);
177 return doubleTapSlop;
  /frameworks/base/core/java/android/view/
GestureDetector.java 388 int touchSlop, doubleTapSlop, doubleTapTouchSlop;
393 doubleTapSlop = ViewConfiguration.getDoubleTapSlop();
401 doubleTapSlop = configuration.getScaledDoubleTapSlop();
407 mDoubleTapSlopSquare = doubleTapSlop * doubleTapSlop;
  /frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java 176 final int doubleTapSlop = configuration.getScaledDoubleTapSlop();
181 mDoubleTapSlopSquare = doubleTapSlop * doubleTapSlop;
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]
  /developers/samples/android/input/gestures/BasicGestureDetect/BasicGestureDetect/libs/
android-support-v4.jar 
  /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 309 milliseconds