Home
last modified time | relevance | path

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

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