Searched refs:mFlingThresholdVelocity (Results 1 – 1 of 1) sorted by relevance
91 protected int mFlingThresholdVelocity; field in PagedView180 mFlingThresholdVelocity = (int) (FLING_THRESHOLD_VELOCITY * density); in init()1268 return Math.abs(velocityX) > mFlingThresholdVelocity; in shouldFlingForVelocity()