Searched refs:timePassed (Results 1 – 10 of 10) sorted by relevance
204 return mVelocity - mDeceleration * timePassed() / 2000.0f; in getCurrVelocity()253 int timePassed = (int)(AnimationUtils.currentAnimationTimeMillis() - mStartTime); in computeScrollOffset() local255 if (timePassed < mDuration) { in computeScrollOffset()258 float x = timePassed * mDurationReciprocal; in computeScrollOffset()269 final float t = (float) timePassed / mDuration; in computeScrollOffset()458 int passed = timePassed(); in extendDuration()469 public int timePassed() { in timePassed() method in Scroller
523 public int timePassed() { in timePassed() method in OverScroller
263 mCurrVelocity : mVelocity - mDeceleration * timePassed() / 2000.0f; in getCurrVelocity()311 int timePassed = (int)(AnimationUtils.currentAnimationTimeMillis() - mStartTime); in computeScrollOffset() local313 if (timePassed < mDuration) { in computeScrollOffset()316 final float x = mInterpolator.getInterpolation(timePassed * mDurationReciprocal); in computeScrollOffset()321 final float t = (float) timePassed / mDuration; in computeScrollOffset()519 int passed = timePassed(); in extendDuration()530 public int timePassed() { in timePassed() method in Scroller
513 public int timePassed() { in timePassed() method in OverScroller
137 final long timePassed = AnimationUtils.currentAnimationTimeMillis() - mStartTime; in computeDelay() local138 return Math.max((long) ENTER_ANIM_DURATION - timePassed, 0); in computeDelay()
1483 final int newDuration = mScroller.getDuration() - mScroller.timePassed();
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
55885 method public int timePassed();
38339 method public int timePassed();
71860 Landroid/widget/OverScroller;->timePassed()I