Searched refs:preferredFocusable (Results 1 – 1 of 1) sorted by relevance
851 final int left, View preferredFocusable) { in findFocusableViewInMyBounds() argument861 if ((preferredFocusable != null) in findFocusableViewInMyBounds()862 && (preferredFocusable.getLeft() < rightWithoutFadingEdge) in findFocusableViewInMyBounds()863 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) { in findFocusableViewInMyBounds()864 return preferredFocusable; in findFocusableViewInMyBounds()