Searched refs:curRightEdge (Results 1 – 1 of 1) sorted by relevance
684 int curRightEdge; in fillToGalleryLeftRtl() local688 curRightEdge = prevIterationView.getLeft() - itemSpacing; in fillToGalleryLeftRtl()692 curRightEdge = mRight - mLeft - mPaddingRight; in fillToGalleryLeftRtl()696 while (curRightEdge > galleryLeft && curPosition < mItemCount) { in fillToGalleryLeftRtl()698 curRightEdge, false); in fillToGalleryLeftRtl()701 curRightEdge = prevIterationView.getLeft() - itemSpacing; in fillToGalleryLeftRtl()713 int curRightEdge; in fillToGalleryLeftLtr() local717 curRightEdge = prevIterationView.getLeft() - itemSpacing; in fillToGalleryLeftLtr()721 curRightEdge = mRight - mLeft - mPaddingRight; in fillToGalleryLeftLtr()725 while (curRightEdge > galleryLeft && curPosition >= 0) { in fillToGalleryLeftLtr()[all …]