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