Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DScroller.java370 float oldVel = getCurrVelocity(); in fling() local
379 float oldVelocityX = ndx * oldVel; in fling()
380 float oldVelocityY = ndy * oldVel; in fling()
/aosp12/frameworks/base/core/java/android/widget/
H A DScroller.java430 float oldVel = getCurrVelocity(); in fling() local
439 float oldVelocityX = ndx * oldVel; in fling()
440 float oldVelocityY = ndy * oldVel; in fling()