Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DPagedView.java90 private int mEasyFlingThresholdVelocity; field in PagedView
638 mEasyFlingThresholdVelocity = in updateVelocityValues()
1404 + " threshold=" + mEasyFlingThresholdVelocity); in onTouchEvent()
1507 float threshold = mAllowEasyFling ? mEasyFlingThresholdVelocity : mFlingThresholdVelocity; in shouldFlingForVelocity()