Home
last modified time | relevance | path

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

/frameworks/support/viewpager/src/androidTest/java/android/support/v4/testutils/
DTestUtilsMatchers.java211 final int viewRight = view.getRight();
214 final int viewMiddle = (viewLeft + viewRight) / 2;
222 viewLeft + "-" + viewRight + "], parent width=" + parentWidth;
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java942 int viewRight = view.getRight(); in findFocusableViewInBounds() local
944 if (left < viewRight && viewLeft < right) { in findFocusableViewInBounds()
951 (viewRight < right); in findFocusableViewInBounds()
960 (!leftFocus && viewRight > focusCandidate.getRight()); in findFocusableViewInBounds()