Searched refs:addedVel (Results 1 – 1 of 1) sorted by relevance
612 final int addedVel = absXVel + absYVel; in computeSettleDuration() local615 final float xweight = xvel != 0 ? (float) absXVel / addedVel : in computeSettleDuration()617 final float yweight = yvel != 0 ? (float) absYVel / addedVel : in computeSettleDuration()