Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java995 final int rightWithoutFadingEdge = left + getWidth() - fadingEdgeLength; in findFocusableViewInMyBounds() local
998 && (preferredFocusable.getLeft() < rightWithoutFadingEdge) in findFocusableViewInMyBounds()
1004 rightWithoutFadingEdge); in findFocusableViewInMyBounds()