Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java8943 final int offScreenRight = Math.max(0, childRight - parentRight); in requestChildRectangleOnScreen() local
8951 dx = offScreenRight != 0 ? offScreenRight in requestChildRectangleOnScreen()
8955 : Math.min(childLeft - parentLeft, offScreenRight); in requestChildRectangleOnScreen()
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java9539 final int offScreenRight = Math.max(0, childRight - parentRight); in getChildRectangleOnScreenScrollAmount() local
9547 dx = offScreenRight != 0 ? offScreenRight in getChildRectangleOnScreenScrollAmount()
9551 : Math.min(childLeft - parentLeft, offScreenRight); in getChildRectangleOnScreenScrollAmount()