Searched defs:FLING_THRESHOLD_VELOCITY (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java75 private static final int FLING_THRESHOLD_VELOCITY = 500; field in class:PagedView
246 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
H A DWorkspace.java85 private static final int FLING_THRESHOLD_VELOCITY = 500; field in class:Workspace
430 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * mDensity);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java80 private static final int FLING_THRESHOLD_VELOCITY = 500; field in class:PagedView
191 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * density);

Completed in 100 milliseconds