Searched refs:curRightEdge (Results 1 – 1 of 1) sorted by relevance
730 int curRightEdge; in fillToGalleryLeftRtl() local734 curRightEdge = prevIterationView.getLeft() - itemSpacing; in fillToGalleryLeftRtl()738 curRightEdge = mRight - mLeft - mPaddingRight; in fillToGalleryLeftRtl()742 while (curRightEdge > galleryLeft && curPosition < mItemCount) { in fillToGalleryLeftRtl()744 curRightEdge, false); in fillToGalleryLeftRtl()747 curRightEdge = prevIterationView.getLeft() - itemSpacing; in fillToGalleryLeftRtl()759 int curRightEdge; in fillToGalleryLeftLtr() local763 curRightEdge = prevIterationView.getLeft() - itemSpacing; in fillToGalleryLeftLtr()767 curRightEdge = mRight - mLeft - mPaddingRight; in fillToGalleryLeftLtr()771 while (curRightEdge > galleryLeft && curPosition >= 0) { in fillToGalleryLeftLtr()[all …]