Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java75 private static final int FLING_THRESHOLD_VELOCITY = 500; field in PagedView
246 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity); in init()
DWorkspace.java85 private static final int FLING_THRESHOLD_VELOCITY = 500; field in Workspace
430 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity); in initWorkspace()
/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java81 private static final int FLING_THRESHOLD_VELOCITY = 500; field in PagedView
248 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity); in init()