Searched defs:mMinVelocity (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v4/java/android/support/v4/widget/
H A DViewDragHelper.java128 private float mMinVelocity; field in class:ViewDragHelper
391 mMinVelocity = vc.getScaledMinimumFlingVelocity();
402 mMinVelocity = minVel;
413 return mMinVelocity;
605 xvel = clampMag(xvel, (int) mMinVelocity, (int) mMaxVelocity);
606 yvel = clampMag(yvel, (int) mMinVelocity, (int) mMaxVelocity);
1407 mMinVelocity, mMaxVelocity);
1410 mMinVelocity, mMaxVelocity);

Completed in 57 milliseconds