Searched refs:mDecelerationX (Results 1 – 1 of 1) sorted by relevance
1232 private float mDecelerationX; field in PhotoView.TranslateRunnable1256 mDecelerationX = (float) (DECELERATION_RATE * Math.cos(angle)); in start()1286 float slowDownX = mDecelerationX * delta; in run()1305 mDecelerationX = (mVelocityX > 0) ? DECELERATION_RATE : -DECELERATION_RATE; in run()1309 mDecelerationX = 0; in run()