Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DOverScroller.java806 final float totalDuration = (float) Math.sqrt( in fitOnBounceCurve() local
808 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex)); in fitOnBounceCurve()
810 mVelocity = (int) (- mDeceleration * totalDuration); in fitOnBounceCurve()
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
DOverScrollerSGV.java805 final float totalDuration = (float) Math.sqrt( in fitOnBounceCurve() local
807 mStartTime -= (int) (1000.0f * (totalDuration - durationToApex)); in fitOnBounceCurve()
809 mVelocity = (int) (- mDeceleration * totalDuration); in fitOnBounceCurve()