Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java1233 private float mDecelerationY; field in PhotoView.TranslateRunnable
1257 mDecelerationY = (float) (DECELERATION_RATE * Math.sin(angle)); in start()
1292 float slowDownY = mDecelerationY * delta; in run()
1306 mDecelerationY = 0; in run()
1310 mDecelerationY = (mVelocityY > 0) ? DECELERATION_RATE : -DECELERATION_RATE; in run()