Home
last modified time | relevance | path

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

/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()
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
DOverScrollerSGV.java658 static private float getDeceleration(int velocity) { in getDeceleration() method in OverScrollerSGV.SplineOverScroller
740 mDeceleration = getDeceleration(delta); in startSpringback()
813 mDeceleration = getDeceleration(velocity == 0 ? start - end : velocity); in startBounceAfterEdge()
879 mDeceleration = getDeceleration(mVelocity); in continueWhenFinished()