Searched refs:slowDownX (Results 1 – 1 of 1) sorted by relevance
1286 float slowDownX = mDecelerationX * delta; in run() local1287 if (Math.abs(mVelocityX) > Math.abs(slowDownX)) { in run()1288 mVelocityX -= slowDownX; in run()