Searched refs:mMaximumFlingVelocity (Results 1 – 4 of 4) sorted by relevance
226 private final int mMaximumFlingVelocity; field in ViewConfiguration253 mMaximumFlingVelocity = MAXIMUM_FLING_VELOCITY; in ViewConfiguration()345 mMaximumFlingVelocity = res.getDimensionPixelSize( in ViewConfiguration()647 return mMaximumFlingVelocity; in getScaledMaximumFlingVelocity()
199 private int mMaximumFlingVelocity; field in GestureDetector397 mMaximumFlingVelocity = ViewConfiguration.getMaximumFlingVelocity(); in init()404 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()494 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()604 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
60 private int mMaximumFlingVelocity; field in GestureDetectorCompat.GestureDetectorCompatImplBase178 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()263 mVelocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()372 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()
397 private int mMaximumFlingVelocity; field in NumberPicker731 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity() in NumberPicker()920 velocityTracker.computeCurrentVelocity(1000, mMaximumFlingVelocity); in onTouchEvent()