Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java81 protected int mFlingThresholdVelocity; field in PagedView
246 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity); in init()
1298 Math.abs(velocityX) > mFlingThresholdVelocity; in onTouchEvent()
DWorkspace.java430 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity); in initWorkspace()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java92 protected int mFlingThresholdVelocity; field in PagedView
253 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity); in init()
1763 Math.abs(velocityX) > mFlingThresholdVelocity; in onTouchEvent()