Searched refs:slowDownY (Results 1 – 1 of 1) sorted by relevance
1309 float slowDownY = mDecelerationY * delta; in run() local1310 if (Math.abs(mVelocityY) > Math.abs(slowDownY)) { in run()1311 mVelocityY -= slowDownY; in run()