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

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

Completed in 432 milliseconds