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