Searched refs:mMaximumFlingVelocity (Results 1 – 3 of 3) sorted by relevance
316 private final int mMaximumFlingVelocity; field in ViewConfiguration356 mMaximumFlingVelocity = MAXIMUM_FLING_VELOCITY; in ViewConfiguration()472 mMaximumFlingVelocity = res.getDimensionPixelSize( in ViewConfiguration()833 return mMaximumFlingVelocity; in getScaledMaximumFlingVelocity()
244 private int mMaximumFlingVelocity; field in GestureDetector465 mMaximumFlingVelocity = ViewConfiguration.getMaximumFlingVelocity(); in init()484 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()592 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()767 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
434 private int mMaximumFlingVelocity; field in NumberPicker785 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity() in NumberPicker()980 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()