Searched refs:yweight (Results 1 – 1 of 1) sorted by relevance
616 final float yweight = yvel != 0 ? (float) absYVel / addedVel : in computeSettleDuration() local622 return (int) (xduration * xweight + yduration * yweight); in computeSettleDuration()