Searched defs:leftFocus (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java854 * @param leftFocus look for a candidate is the one at the left of the bounds
855 * if leftFocus is true, or at the right of the bounds if leftFocus
863 private View findFocusableViewInMyBounds(final boolean leftFocus, argument
880 return findFocusableViewInBounds(leftFocus, leftWithoutFadingEdge,
889 * @param leftFocus look for a candidate is the one at the left of the bounds
890 * if leftFocus is true, or at the right of the bounds if
891 * leftFocus is false
899 private View findFocusableViewInBounds(boolean leftFocus, int left, int right) { argument
934 (leftFocus
[all...]

Completed in 25 milliseconds