Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java1292 float slowDownY = mDecelerationY * delta; in run() local
1293 if (Math.abs(mVelocityY) > Math.abs(slowDownY)) { in run()
1294 mVelocityY -= slowDownY; in run()