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

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

Completed in 49 milliseconds