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