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