HomeSort by relevance Sort by last modified time
    Searched defs:doubleTapSlop (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/gesture/
ConsecutiveTapsGestureDetector.java 56 int doubleTapSlop = ViewConfiguration.get(mView.getContext()).getScaledDoubleTapSlop();
57 mConsecutiveTapTouchSlopSquare = doubleTapSlop * doubleTapSlop;
  /external/robolectric/v1/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;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowViewConfiguration.java 66 private int doubleTapSlop;
84 doubleTapSlop = (int) (density * DOUBLE_TAP_SLOP + 0.5f);
177 return doubleTapSlop;
  /frameworks/support/compat/src/main/java/androidx/core/view/
GestureDetectorCompat.java 176 final int doubleTapSlop = configuration.getScaledDoubleTapSlop();
181 mDoubleTapSlopSquare = doubleTapSlop * doubleTapSlop;
  /frameworks/base/core/java/android/view/
GestureDetector.java 419 int touchSlop, doubleTapSlop, doubleTapTouchSlop;
424 doubleTapSlop = ViewConfiguration.getDoubleTapSlop();
432 doubleTapSlop = configuration.getScaledDoubleTapSlop();
438 mDoubleTapSlopSquare = doubleTapSlop * doubleTapSlop;
  /development/samples/ControllerSample/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/NavigationDrawer/libs/
android-support-v4.jar 
  /external/robolectric/v1/lib/main/
android-support-v4.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 

Completed in 439 milliseconds

1 2