Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java93 private static final int FLING_THRESHOLD_VELOCITY = 500; field in PagedView
193 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * density); in PagedView()