Searched refs:mFlingThresholdVelocity (Results 1 – 1 of 1) sorted by relevance
98 protected final int mFlingThresholdVelocity; field in PagedView193 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * density); in PagedView()1440 float threshold = mAllowEasyFling ? mEasyFlingThresholdVelocity : mFlingThresholdVelocity; in shouldFlingForVelocity()