Searched refs:viewLeft (Results 1 – 1 of 1) sorted by relevance
1039 int viewLeft = view.getLeft(); in findFocusableViewInBounds() local1042 if (left < viewRight && viewLeft < right) { in findFocusableViewInBounds()1048 final boolean viewIsFullyContained = (left < viewLeft) && in findFocusableViewInBounds()1057 (leftFocus && viewLeft < focusCandidate.getLeft()) || in findFocusableViewInBounds()