Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1010 private View findFocusableViewInMyBounds(final boolean leftFocus, in findFocusableViewInMyBounds() argument
1027 return findFocusableViewInBounds(leftFocus, leftWithoutFadingEdge, in findFocusableViewInMyBounds()
1046 private View findFocusableViewInBounds(boolean leftFocus, int left, int right) { in findFocusableViewInBounds() argument
1081 (leftFocus && viewLeft < focusCandidate.getLeft()) || in findFocusableViewInBounds()
1082 (!leftFocus && viewRight > focusCandidate.getRight()); in findFocusableViewInBounds()