Searched refs:curRightEdge (Results 1 – 1 of 1) sorted by relevance
731 int curRightEdge; in fillToGalleryLeftRtl() local735 curRightEdge = prevIterationView.getLeft() - itemSpacing; in fillToGalleryLeftRtl()739 curRightEdge = mRight - mLeft - mPaddingRight; in fillToGalleryLeftRtl()743 while (curRightEdge > galleryLeft && curPosition < mItemCount) { in fillToGalleryLeftRtl()745 curRightEdge, false); in fillToGalleryLeftRtl()748 curRightEdge = prevIterationView.getLeft() - itemSpacing; in fillToGalleryLeftRtl()760 int curRightEdge; in fillToGalleryLeftLtr() local764 curRightEdge = prevIterationView.getLeft() - itemSpacing; in fillToGalleryLeftLtr()768 curRightEdge = mRight - mLeft - mPaddingRight; in fillToGalleryLeftLtr()772 while (curRightEdge > galleryLeft && curPosition >= 0) { in fillToGalleryLeftLtr()[all …]