Searched refs:absYVel (Results 1 – 1 of 1) sorted by relevance
610 final int absYVel = Math.abs(yvel); in computeSettleDuration() local611 final int addedVel = absXVel + absYVel; in computeSettleDuration()616 final float yweight = yvel != 0 ? (float) absYVel / addedVel : in computeSettleDuration()