Searched refs:coeffX (Results 1 – 1 of 1) sorted by relevance
400 float coeffX = velocity == 0 ? 1.0f : velocityX / velocity; in fling() local411 mFinalX = startX + Math.round(totalDistance * coeffX); in fling()