Home
last modified time | relevance | path

Searched refs:mAnimatedVelocity (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DSlidingDrawer.java124 private float mAnimatedVelocity; field in SlidingDrawer
511 mAnimatedVelocity = velocity;
521 mAnimatedVelocity = 0;
527 mAnimatedVelocity = 0;
537 mAnimatedVelocity = 0;
544 mAnimatedVelocity = 0;
564 mAnimatedVelocity = mMaximumMajorVelocity; in prepareTracking()
718 final float v = mAnimatedVelocity; // px/s in incrementAnimation()
721 mAnimatedVelocity = v + (a * t); // px/s in incrementAnimation()