Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
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
DOverScroller.java523 public int timePassed() { in timePassed() method in OverScroller
/packages/apps/Launcher3/src/com/android/launcher3/util/
DOverScroller.java376 public int timePassed() { in timePassed() method in OverScroller