Searched refs:mFlingThresholdVelocity (Results 1 – 1 of 1) sorted by relevance
89 private int mFlingThresholdVelocity; field in PagedView637 mFlingThresholdVelocity = res.getDimensionPixelSize(R.dimen.fling_threshold_velocity); in updateVelocityValues()1507 float threshold = mAllowEasyFling ? mEasyFlingThresholdVelocity : mFlingThresholdVelocity; in shouldFlingForVelocity()