Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/widget/
DViewDragHelper.java616 final float yweight = yvel != 0 ? (float) absYVel / addedVel : in computeSettleDuration() local
622 return (int) (xduration * xweight + yduration * yweight); in computeSettleDuration()