Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java987 final int left, View preferredFocusable) { in findFocusableViewInMyBounds() argument
997 if ((preferredFocusable != null) in findFocusableViewInMyBounds()
998 && (preferredFocusable.getLeft() < rightWithoutFadingEdge) in findFocusableViewInMyBounds()
999 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) { in findFocusableViewInMyBounds()
1000 return preferredFocusable; in findFocusableViewInMyBounds()