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