Searched refs:curLeftEdge (Results 1 – 1 of 1) sorted by relevance
753 int curLeftEdge; in fillToGalleryRightRtl() local757 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightRtl()760 curLeftEdge = mPaddingLeft; in fillToGalleryRightRtl()764 while (curLeftEdge < galleryRight && curPosition >= 0) { in fillToGalleryRightRtl()766 curLeftEdge, true); in fillToGalleryRightRtl()772 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightRtl()786 int curLeftEdge; in fillToGalleryRightLtr() local790 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightLtr()793 curLeftEdge = mPaddingLeft; in fillToGalleryRightLtr()797 while (curLeftEdge < galleryRight && curPosition < numItems) { in fillToGalleryRightLtr()[all …]