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

  /frameworks/base/core/java/android/view/
ViewConfiguration.java 226 private final int mMaximumFlingVelocity;
253 mMaximumFlingVelocity = MAXIMUM_FLING_VELOCITY;
345 mMaximumFlingVelocity = res.getDimensionPixelSize(
647 return mMaximumFlingVelocity;
GestureDetector.java 199 private int mMaximumFlingVelocity;
397 mMaximumFlingVelocity = ViewConfiguration.getMaximumFlingVelocity();
404 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity();
494 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
604 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
  /frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java 60 private int mMaximumFlingVelocity;
178 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity();
263 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
372 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
  /frameworks/base/core/java/android/widget/
NumberPicker.java 397 private int mMaximumFlingVelocity;
731 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity()
920 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
    [all...]
  /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 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.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 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 

Completed in 225 milliseconds