Searched defs:topFocus (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/widget/
H A DScrollView.java843 * @param topFocus look for a candidate is the one at the top of the bounds
844 * if topFocus is true, or at the bottom of the bounds if topFocus is
853 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { argument
888 (topFocus && viewTop < focusCandidate.getTop()) ||
889 (!topFocus && viewBottom > focusCandidate

Completed in 59 milliseconds