Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java226 private final int mMaximumFlingVelocity; field in ViewConfiguration
253 mMaximumFlingVelocity = MAXIMUM_FLING_VELOCITY; in ViewConfiguration()
345 mMaximumFlingVelocity = res.getDimensionPixelSize( in ViewConfiguration()
647 return mMaximumFlingVelocity; in getScaledMaximumFlingVelocity()
DGestureDetector.java199 private int mMaximumFlingVelocity; field in GestureDetector
397 mMaximumFlingVelocity = ViewConfiguration.getMaximumFlingVelocity(); in init()
404 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
494 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
604 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/support/v4/java/android/support/v4/view/
DGestureDetectorCompat.java60 private int mMaximumFlingVelocity; field in GestureDetectorCompat.GestureDetectorCompatImplBase
178 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
263 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
372 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/base/core/java/android/widget/
DNumberPicker.java397 private int mMaximumFlingVelocity; field in NumberPicker
731 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity() in NumberPicker()
920 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()