Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
DPhotoView.java1249 private float mDecelerationX; field in PhotoView.TranslateRunnable
1273 mDecelerationX = (float) (DECELERATION_RATE * Math.cos(angle)); in start()
1303 float slowDownX = mDecelerationX * delta; in run()
1322 mDecelerationX = (mVelocityX > 0) ? DECELERATION_RATE : -DECELERATION_RATE; in run()
1326 mDecelerationX = 0; in run()