Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DScroller.java370 float oldVel = getCurrVelocity(); in fling() local
379 float oldVelocityX = ndx * oldVel; in fling()
380 float oldVelocityY = ndy * oldVel; in fling()