Searched refs:dampedScroll (Results 1 – 3 of 3) sorted by relevance
42 public static int dampedScroll(float amount, int max) { in dampedScroll() method in OverScroll
184 ? displacement : OverScroll.dampedScroll(displacement, getWidth())); in onDrag()
1043 int overScrollAmount = OverScroll.dampedScroll(amount, getMeasuredWidth()); in dampedOverScroll()