Searched refs:topFocus (Results 1 – 1 of 1) sorted by relevance
1071 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() argument1106 (topFocus && viewTop < focusCandidate.getTop()) || in findFocusableViewInBounds()1107 (!topFocus && viewBottom > focusCandidate in findFocusableViewInBounds()