Lines Matching refs:mMinFlingVelocity
82 protected int mMinFlingVelocity;247 mMinFlingVelocity = (int) (MIN_FLING_VELOCITY * mDensity);1528 if (Math.abs(velocity) < mMinFlingVelocity) {