Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DScroller.java256 mCurrVelocity : mVelocity - mDeceleration * timePassed() / 2000.0f; in getCurrVelocity()
304 int timePassed = (int)(AnimationUtils.currentAnimationTimeMillis() - mStartTime); in computeScrollOffset() local
306 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
DOverScroller.java522 public int timePassed() { in timePassed() method in OverScroller
/frameworks/support/v4/java/android/support/v4/view/
DViewPager.java1517 final int newDuration = mScroller.getDuration() - mScroller.timePassed();
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java1486 final int newDuration = mScroller.getDuration() - mScroller.timePassed();
/frameworks/base/api/
Dcurrent.txt41070 method public int timePassed();
Dsystem-current.txt43676 method public int timePassed();