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