Searched refs:topFocus (Results 1 - 1 of 1) sorted by relevance

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

Completed in 29 milliseconds