Searched refs:viewRight (Results 1 – 2 of 2) sorted by relevance
211 final int viewRight = view.getRight();214 final int viewMiddle = (viewLeft + viewRight) / 2;222 viewLeft + "-" + viewRight + "], parent width=" + parentWidth;
942 int viewRight = view.getRight(); in findFocusableViewInBounds() local944 if (left < viewRight && viewLeft < right) { in findFocusableViewInBounds()951 (viewRight < right); in findFocusableViewInBounds()960 (!leftFocus && viewRight > focusCandidate.getRight()); in findFocusableViewInBounds()