Searched refs:coeffY (Results 1 – 1 of 1) sorted by relevance
401 float coeffY = velocity == 0 ? 1.0f : velocityY / velocity; in fling() local416 mFinalY = startY + Math.round(totalDistance * coeffY); in fling()