Searched refs:absXVel (Results 1 – 1 of 1) sorted by relevance
609 final int absXVel = Math.abs(xvel); in computeSettleDuration() local611 final int addedVel = absXVel + absYVel; in computeSettleDuration()614 final float xweight = xvel != 0 ? (float) absXVel / addedVel : in computeSettleDuration()