Home
last modified time | relevance | path

Searched refs:preferredFocusable (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java889 final int left, View preferredFocusable) { in findFocusableViewInMyBounds() argument
899 if ((preferredFocusable != null) in findFocusableViewInMyBounds()
900 && (preferredFocusable.getLeft() < rightWithoutFadingEdge) in findFocusableViewInMyBounds()
901 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) { in findFocusableViewInMyBounds()
902 return preferredFocusable; in findFocusableViewInMyBounds()