Home
last modified time | relevance | path

Searched refs:topFocus (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DScrollView.java938 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() argument
973 (topFocus && viewTop < focusCandidate.getTop()) || in findFocusableViewInBounds()
974 (!topFocus && viewBottom > focusCandidate in findFocusableViewInBounds()
/frameworks/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java1055 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() argument
1089 (topFocus && viewTop < focusCandidate.getTop()) in findFocusableViewInBounds()
1090 || (!topFocus && viewBottom > focusCandidate.getBottom()); in findFocusableViewInBounds()