Home
last modified time | relevance | path

Searched refs:yweight (Results 1 – 1 of 1) sorted by relevance

/frameworks/support/core-ui/java/android/support/v4/widget/
DViewDragHelper.java617 final float yweight = yvel != 0 ? (float) absYVel / addedVel : in computeSettleDuration() local
623 return (int) (xduration * xweight + yduration * yweight); in computeSettleDuration()