Searched refs:curLeftEdge (Results 1 – 1 of 1) sorted by relevance
800 int curLeftEdge; in fillToGalleryRightRtl() local804 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightRtl()807 curLeftEdge = mPaddingLeft; in fillToGalleryRightRtl()811 while (curLeftEdge < galleryRight && curPosition >= 0) { in fillToGalleryRightRtl()813 curLeftEdge, true); in fillToGalleryRightRtl()819 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightRtl()833 int curLeftEdge; in fillToGalleryRightLtr() local837 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightLtr()840 curLeftEdge = mPaddingLeft; in fillToGalleryRightLtr()844 while (curLeftEdge < galleryRight && curPosition < numItems) { in fillToGalleryRightLtr()[all …]