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