Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DScroller.java204 return mVelocity - mDeceleration * timePassed() / 2000.0f; in getCurrVelocity()
253 int timePassed = (int)(AnimationUtils.currentAnimationTimeMillis() - mStartTime); in computeScrollOffset() local
255 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
H A DOverScroller.java523 public int timePassed() { in timePassed() method in OverScroller
/aosp12/frameworks/base/core/java/android/widget/
H A DScroller.java263 mCurrVelocity : mVelocity - mDeceleration * timePassed() / 2000.0f; in getCurrVelocity()
311 int timePassed = (int)(AnimationUtils.currentAnimationTimeMillis() - mStartTime); in computeScrollOffset() local
313 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
H A DOverScroller.java513 public int timePassed() { in timePassed() method in OverScroller
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleAnimationSession.java137 final long timePassed = AnimationUtils.currentAnimationTimeMillis() - mStartTime; in computeDelay() local
138 return Math.max((long) ENTER_ANIM_DURATION - timePassed, 0); in computeDelay()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java1483 final int newDuration = mScroller.getDuration() - mScroller.timePassed();
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt55885 method public int timePassed();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt38339 method public int timePassed();
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt71860 Landroid/widget/OverScroller;->timePassed()I