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