Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1096 int viewRight = view.getRight(); in findFocusableViewInBounds() local
1098 if (left < viewRight && viewLeft < right) { in findFocusableViewInBounds()
1105 (viewRight < right); in findFocusableViewInBounds()
1114 (!leftFocus && viewRight > focusCandidate.getRight()); in findFocusableViewInBounds()