Searched refs:mDecelerationY (Results 1 – 1 of 1) sorted by relevance
1233 private float mDecelerationY; field in PhotoView.TranslateRunnable1257 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()