Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java356 private final int mMaximumFlingVelocity; field in ViewConfiguration
406 mMaximumFlingVelocity = MAXIMUM_FLING_VELOCITY; in ViewConfiguration()
536 mMaximumFlingVelocity = res.getDimensionPixelSize( in ViewConfiguration()
964 return mMaximumFlingVelocity; in getScaledMaximumFlingVelocity()
1247 return mMaximumFlingVelocity; in getScaledMaximumFlingVelocity()
DGestureDetector.java250 private int mMaximumFlingVelocity; field in GestureDetector
503 mMaximumFlingVelocity = ViewConfiguration.getMaximumFlingVelocity(); in init()
512 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
620 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
795 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.txt59425 Landroid/view/GestureDetector;->mMaximumFlingVelocity:I
63255 Landroid/view/ViewConfiguration;->mMaximumFlingVelocity:I