Home
last modified time | relevance | path

Searched refs:timePassed (Results 1 – 7 of 7) 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/base/core/java/com/android/internal/widget/
DViewPager.java1502 final int newDuration = mScroller.getDuration() - mScroller.timePassed();
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt38339 method public int timePassed();
/frameworks/base/api/
Dcurrent.txt47455 method public int timePassed();
Dsystem-current.txt50812 method public int timePassed();
Dtest-current.txt47534 method public int timePassed();