Searched refs:findFocusableViewInBounds (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 905 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()
|
D | ScrollView.java | 938 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/ |
D | NestedScrollView.java | 1055 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() method in NestedScrollView 1208 View newFocused = findFocusableViewInBounds(up, top, bottom); in scrollAndFocus()
|