Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1051 final int rightWithoutFadingEdge = left + getWidth() - fadingEdgeLength; in findFocusableViewInMyBounds() local
1054 && (preferredFocusable.getLeft() < rightWithoutFadingEdge) in findFocusableViewInMyBounds()
1060 rightWithoutFadingEdge); in findFocusableViewInMyBounds()