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

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

Completed in 62 milliseconds