Searched refs:topFocus (Results 1 – 2 of 2) sorted by relevance
938 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() argument973 (topFocus && viewTop < focusCandidate.getTop()) || in findFocusableViewInBounds()974 (!topFocus && viewBottom > focusCandidate in findFocusableViewInBounds()
1055 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() argument1089 (topFocus && viewTop < focusCandidate.getTop()) in findFocusableViewInBounds()1090 || (!topFocus && viewBottom > focusCandidate.getBottom()); in findFocusableViewInBounds()