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

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java879 * @param leftFocus look for a candidate is the one at the left of the bounds
880 * if leftFocus is true, or at the right of the bounds if leftFocus
888 private View findFocusableViewInMyBounds(final boolean leftFocus, argument
905 return findFocusableViewInBounds(leftFocus, leftWithoutFadingEdge,
914 * @param leftFocus look for a candidate is the one at the left of the bounds
915 * if leftFocus is true, or at the right of the bounds if
916 * leftFocus is false
924 private View findFocusableViewInBounds(boolean leftFocus, int left, int right) { argument
959 (leftFocus
[all...]

Completed in 39 milliseconds