Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DScrollView.java1044 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { in findFocusableViewInBounds() argument
1079 (topFocus && viewTop < focusCandidate.getTop()) || in findFocusableViewInBounds()
1080 (!topFocus && viewBottom > focusCandidate in findFocusableViewInBounds()