Searched refs:yduration (Results 1 – 1 of 1) sorted by relevance
621 int yduration = computeAxisDuration(dy, yvel, mCallback.getViewVerticalDragRange(child)); in computeSettleDuration() local623 return (int) (xduration * xweight + yduration * yweight); in computeSettleDuration()