Searched defs:findFocusableViewInBounds (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java850 return findFocusableViewInBounds(leftFocus, leftWithoutFadingEdge,
869 private View findFocusableViewInBounds(boolean leftFocus, int left, int right) { method in class:HorizontalScrollView
1023 View newFocused = findFocusableViewInBounds(goLeft, left, right);
H A DScrollView.java853 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { method in class:ScrollView
1008 View newFocused = findFocusableViewInBounds(up, top, bottom);

Completed in 46 milliseconds