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

  /external/setupdesign/main/src/com/google/android/setupdesign/gesture/
ConsecutiveTapsGestureDetector.java 63 int doubleTapSlop = ViewConfiguration.get(this.view.getContext()).getScaledDoubleTapSlop();
64 consecutiveTapTouchSlopSquare = doubleTapSlop * doubleTapSlop;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowViewConfiguration.java 65 private int doubleTapSlop;
83 doubleTapSlop = (int) (density * DOUBLE_TAP_SLOP + 0.5f);
177 return 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 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 217 milliseconds