Searched refs:viewSizeOutOfBounds (Results 1 – 1 of 1) sorted by relevance
2110 int viewSize, int viewSizeOutOfBounds, in interpolateOutOfBoundsScroll() argument2113 final int absOutOfBounds = Math.abs(viewSizeOutOfBounds); in interpolateOutOfBoundsScroll()2114 final int direction = (int) Math.signum(viewSizeOutOfBounds); in interpolateOutOfBoundsScroll()2128 return viewSizeOutOfBounds > 0 ? 1 : -1; in interpolateOutOfBoundsScroll()