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.java1250 private float mDecelerationY; field in PhotoView.TranslateRunnable
1274 mDecelerationY = (float) (DECELERATION_RATE * Math.sin(angle)); in start()
1309 float slowDownY = mDecelerationY * delta; in run()
1323 mDecelerationY = 0; in run()
1327 mDecelerationY = (mVelocityY > 0) ? DECELERATION_RATE : -DECELERATION_RATE; in run()