Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewConfiguration.java307 private final int mMaximumFlingVelocity; field in ViewConfiguration
346 mMaximumFlingVelocity = MAXIMUM_FLING_VELOCITY; in ViewConfiguration()
454 mMaximumFlingVelocity = res.getDimensionPixelSize( in ViewConfiguration()
800 return mMaximumFlingVelocity; in getScaledMaximumFlingVelocity()
DGestureDetector.java236 private int mMaximumFlingVelocity; field in GestureDetector
450 mMaximumFlingVelocity = ViewConfiguration.getMaximumFlingVelocity(); in init()
457 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
564 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
739 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/base/core/java/android/widget/
DNumberPicker.java433 private int mMaximumFlingVelocity; field in NumberPicker
785 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity() in NumberPicker()
980 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt74497 Landroid/view/GestureDetector;->mMaximumFlingVelocity:I
78327 Landroid/view/ViewConfiguration;->mMaximumFlingVelocity:I