Searched refs:curLeftEdge (Results 1 – 1 of 1) sorted by relevance
801 int curLeftEdge; in fillToGalleryRightRtl() local805 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightRtl()808 curLeftEdge = mPaddingLeft; in fillToGalleryRightRtl()812 while (curLeftEdge < galleryRight && curPosition >= 0) { in fillToGalleryRightRtl()814 curLeftEdge, true); in fillToGalleryRightRtl()820 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightRtl()834 int curLeftEdge; in fillToGalleryRightLtr() local838 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightLtr()841 curLeftEdge = mPaddingLeft; in fillToGalleryRightLtr()845 while (curLeftEdge < galleryRight && curPosition < numItems) { in fillToGalleryRightLtr()[all …]