Searched refs:preferredFocusable (Results 1 – 1 of 1) sorted by relevance
889 final int left, View preferredFocusable) { in findFocusableViewInMyBounds() argument899 if ((preferredFocusable != null) in findFocusableViewInMyBounds()900 && (preferredFocusable.getLeft() < rightWithoutFadingEdge) in findFocusableViewInMyBounds()901 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) { in findFocusableViewInMyBounds()902 return preferredFocusable; in findFocusableViewInMyBounds()