Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DScrollView.java1089 int viewBottom = view.getBottom(); in findFocusableViewInBounds() local
1091 if (top < viewBottom && viewTop < bottom) { in findFocusableViewInBounds()
1098 (viewBottom < bottom); in findFocusableViewInBounds()
1107 (!topFocus && viewBottom > focusCandidate in findFocusableViewInBounds()