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.java89 private int mFlingThresholdVelocity; field in PagedView
637 mFlingThresholdVelocity = res.getDimensionPixelSize(R.dimen.fling_threshold_velocity); in updateVelocityValues()
1507 float threshold = mAllowEasyFling ? mEasyFlingThresholdVelocity : mFlingThresholdVelocity; in shouldFlingForVelocity()