Searched refs:mMaximumFlingVelocity (Results 1 – 4 of 4) sorted by relevance
211 private final int mMaximumFlingVelocity; field in ViewConfiguration237 mMaximumFlingVelocity = MAXIMUM_FLING_VELOCITY; in ViewConfiguration()276 mMaximumFlingVelocity = (int) (density * MAXIMUM_FLING_VELOCITY + 0.5f); in ViewConfiguration()595 return mMaximumFlingVelocity; in getScaledMaximumFlingVelocity()
200 private int mMaximumFlingVelocity; field in GestureDetector391 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()
60 private int mMaximumFlingVelocity; field in GestureDetectorCompat.GestureDetectorCompatImplBase173 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()258 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()364 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
394 private int mMaximumFlingVelocity; field in NumberPicker692 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity() in NumberPicker()881 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()