Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java98 protected final int mFlingThresholdVelocity; field in PagedView
193 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * density); in PagedView()
1440 float threshold = mAllowEasyFling ? mEasyFlingThresholdVelocity : mFlingThresholdVelocity; in shouldFlingForVelocity()