Searched refs:topFocus (Results 1 – 1 of 1) sorted by relevance
936 private View findFocusableViewInMyBounds(final boolean topFocus, in findFocusableViewInMyBounds() argument956 return findFocusableViewInBounds(topFocus, topWithoutFadingEdge, in findFocusableViewInMyBounds()975 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() argument1012 (topFocus && viewTop < ctop) || in findFocusableViewInBounds()1013 (!topFocus && viewBottom > cbot); in findFocusableViewInBounds()