Searched refs:preferredFocusable (Results 1 – 1 of 1) sorted by relevance
987 final int left, View preferredFocusable) { in findFocusableViewInMyBounds() argument997 if ((preferredFocusable != null) in findFocusableViewInMyBounds()998 && (preferredFocusable.getLeft() < rightWithoutFadingEdge) in findFocusableViewInMyBounds()999 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) { in findFocusableViewInMyBounds()1000 return preferredFocusable; in findFocusableViewInMyBounds()