Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java905 return findFocusableViewInBounds(leftFocus, leftWithoutFadingEdge, in findFocusableViewInMyBounds()
924 private View findFocusableViewInBounds(boolean leftFocus, int left, int right) { in findFocusableViewInBounds() method in HorizontalScrollView
1078 View newFocused = findFocusableViewInBounds(goLeft, left, right); in scrollAndFocus()
DScrollView.java938 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() method in ScrollView
1093 View newFocused = findFocusableViewInBounds(up, top, bottom); in scrollAndFocus()
/frameworks/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java1055 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() method in NestedScrollView
1208 View newFocused = findFocusableViewInBounds(up, top, bottom); in scrollAndFocus()