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