Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java327 private final int mMaximumFlingVelocity; field in ViewConfiguration
370 mMaximumFlingVelocity = MAXIMUM_FLING_VELOCITY; in ViewConfiguration()
488 mMaximumFlingVelocity = res.getDimensionPixelSize( in ViewConfiguration()
847 return mMaximumFlingVelocity; in getScaledMaximumFlingVelocity()
DGestureDetector.java246 private int mMaximumFlingVelocity; field in GestureDetector
469 mMaximumFlingVelocity = ViewConfiguration.getMaximumFlingVelocity(); in init()
478 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
586 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
761 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/base/core/java/android/widget/
DNumberPicker.java433 private int mMaximumFlingVelocity; field in NumberPicker
784 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity() in NumberPicker()
979 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt60068 Landroid/view/GestureDetector;->mMaximumFlingVelocity:I
63898 Landroid/view/ViewConfiguration;->mMaximumFlingVelocity:I