Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java850 private View findFocusableViewInMyBounds(final boolean leftFocus, in findFocusableViewInMyBounds() argument
867 return findFocusableViewInBounds(leftFocus, leftWithoutFadingEdge, in findFocusableViewInMyBounds()
886 private View findFocusableViewInBounds(boolean leftFocus, int left, int right) { in findFocusableViewInBounds() argument
921 (leftFocus && viewLeft < focusCandidate.getLeft()) || in findFocusableViewInBounds()
922 (!leftFocus && viewRight > focusCandidate.getRight()); in findFocusableViewInBounds()