Home
last modified time | relevance | path

Searched refs:getDeceleration (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DOverScroller.java521 static private float getDeceleration(int velocity) { in getDeceleration() method in OverScroller.SplineOverScroller
630 mDeceleration = getDeceleration(delta); in startSpringback()
705 mDeceleration = getDeceleration(velocity == 0 ? start - end : velocity); in startBounceAfterEdge()
772 mDeceleration = getDeceleration(mVelocity); in continueWhenFinished()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DOverScroller.java659 static private float getDeceleration(int velocity) { in getDeceleration() method in OverScroller.SplineOverScroller
741 mDeceleration = getDeceleration(delta); in startSpringback()
814 mDeceleration = getDeceleration(velocity == 0 ? start - end : velocity); in startBounceAfterEdge()
879 mDeceleration = getDeceleration(mVelocity); in continueWhenFinished()