Home
last modified time | relevance | path

Searched refs:mMaximumFlingVelocity (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DViewConfiguration.java316 private final int mMaximumFlingVelocity; field in ViewConfiguration
356 mMaximumFlingVelocity = MAXIMUM_FLING_VELOCITY; in ViewConfiguration()
472 mMaximumFlingVelocity = res.getDimensionPixelSize( in ViewConfiguration()
833 return mMaximumFlingVelocity; in getScaledMaximumFlingVelocity()
DGestureDetector.java244 private int mMaximumFlingVelocity; field in GestureDetector
465 mMaximumFlingVelocity = ViewConfiguration.getMaximumFlingVelocity(); in init()
484 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
592 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
767 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/base/core/java/android/widget/
DNumberPicker.java434 private int mMaximumFlingVelocity; field in NumberPicker
785 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity() in NumberPicker()
980 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()