Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java1011 final int left, View preferredFocusable) { in findFocusableViewInMyBounds() argument
1021 if ((preferredFocusable != null) in findFocusableViewInMyBounds()
1022 && (preferredFocusable.getLeft() < rightWithoutFadingEdge) in findFocusableViewInMyBounds()
1023 && (preferredFocusable.getRight() > leftWithoutFadingEdge)) { in findFocusableViewInMyBounds()
1024 return preferredFocusable; in findFocusableViewInMyBounds()