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