Searched defs:findFocusableViewInBounds (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java615 return findFocusableViewInBounds(leftFocus, leftWithoutFadingEdge,
634 private View findFocusableViewInBounds(boolean leftFocus, int left, int right) { method in class:HorizontalScrollView
788 View newFocused = findFocusableViewInBounds(goLeft, left, right);
H A DScrollView.java613 return findFocusableViewInBounds(topFocus, topWithoutFadingEdge,
632 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { method in class:ScrollView
788 View newFocused = findFocusableViewInBounds(up, top, bottom);

Completed in 61 milliseconds