Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
DItemTouchHelper.java2129 int viewSize, int viewSizeOutOfBounds, in interpolateOutOfBoundsScroll() argument
2132 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()