Searched refs:mMaximumFlingVelocity (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewConfiguration.java226 private final int mMaximumFlingVelocity; field in class:ViewConfiguration
253 mMaximumFlingVelocity = MAXIMUM_FLING_VELOCITY;
345 mMaximumFlingVelocity = res.getDimensionPixelSize(
647 return mMaximumFlingVelocity;
H A DGestureDetector.java199 private int mMaximumFlingVelocity; field in class:GestureDetector
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/
H A DGestureDetectorCompat.java60 private int mMaximumFlingVelocity; field in class:GestureDetectorCompat.GestureDetectorCompatImplBase
178 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity();
263 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
372 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java397 private int mMaximumFlingVelocity; field in class:NumberPicker
731 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity()
920 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity);

Completed in 109 milliseconds