Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java91 protected int mFlingThresholdVelocity; field in PagedView
180 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * density); in init()
1268 return Math.abs(velocityX) > mFlingThresholdVelocity; in shouldFlingForVelocity()