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