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/
DSwipeDetector.java223 private final float mMaxVelocity; field in SwipeDetector
259 mMaxVelocity = config.getScaledMaximumFlingVelocity(); in SwipeDetector()
404 mVelocityTracker.computeCurrentVelocity(1000, mMaxVelocity); in reportDragEnd()