Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DBaseSwipeDetector.java57 protected final float mMaxVelocity; field in BaseSwipeDetector
78 mMaxVelocity = config.getScaledMaximumFlingVelocity(); in BaseSwipeDetector()
274 mVelocityTracker.computeCurrentVelocity(1000, mMaxVelocity); in reportDragEnd()