Searched refs:timePassed (Results 1 – 6 of 6) sorted by relevance
256 mCurrVelocity : mVelocity - mDeceleration * timePassed() / 2000.0f; in getCurrVelocity()304 int timePassed = (int)(AnimationUtils.currentAnimationTimeMillis() - mStartTime); in computeScrollOffset() local306 if (timePassed < mDuration) { in computeScrollOffset()309 final float x = mInterpolator.getInterpolation(timePassed * mDurationReciprocal); in computeScrollOffset()314 final float t = (float) timePassed / mDuration; in computeScrollOffset()512 int passed = timePassed(); in extendDuration()523 public int timePassed() { in timePassed() method in Scroller
522 public int timePassed() { in timePassed() method in OverScroller
1517 final int newDuration = mScroller.getDuration() - mScroller.timePassed();
1486 final int newDuration = mScroller.getDuration() - mScroller.timePassed();
41070 method public int timePassed();
43676 method public int timePassed();