Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1039 int viewLeft = view.getLeft(); in findFocusableViewInBounds() local
1042 if (left < viewRight && viewLeft < right) { in findFocusableViewInBounds()
1048 final boolean viewIsFullyContained = (left < viewLeft) && in findFocusableViewInBounds()
1057 (leftFocus && viewLeft < focusCandidate.getLeft()) || in findFocusableViewInBounds()