Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java2113 final int absOutOfBounds = Math.abs(viewSizeOutOfBounds); in interpolateOutOfBoundsScroll() local
2116 float outOfBoundsRatio = Math.min(1f, 1f * absOutOfBounds / viewSize); in interpolateOutOfBoundsScroll()