Searched refs:preferredFocusable (Results 1 – 1 of 1) sorted by relevance
1011 final int left, View preferredFocusable) { in findFocusableViewInMyBounds() argument1021 if ((preferredFocusable != null) in findFocusableViewInMyBounds()1022 && (preferredFocusable.getLeft() < rightWithoutFadingEdge) in findFocusableViewInMyBounds()1023 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) { in findFocusableViewInMyBounds()1024 return preferredFocusable; in findFocusableViewInMyBounds()