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