Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java211 private final int mMaximumFlingVelocity; field in ViewConfiguration
237 mMaximumFlingVelocity = MAXIMUM_FLING_VELOCITY; in ViewConfiguration()
276 mMaximumFlingVelocity = (int) (density * MAXIMUM_FLING_VELOCITY + 0.5f); in ViewConfiguration()
595 return mMaximumFlingVelocity; in getScaledMaximumFlingVelocity()
DGestureDetector.java200 private int mMaximumFlingVelocity; field in GestureDetector
391 mMaximumFlingVelocity = ViewConfiguration.getMaximumFlingVelocity(); in init()
398 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
488 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
594 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/support/v4/java/android/support/v4/view/
DGestureDetectorCompat.java60 private int mMaximumFlingVelocity; field in GestureDetectorCompat.GestureDetectorCompatImplBase
173 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
258 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
364 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/base/core/java/android/widget/
DNumberPicker.java394 private int mMaximumFlingVelocity; field in NumberPicker
692 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity() in NumberPicker()
881 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()