Home
last modified time | relevance | path

Searched refs:curLeftEdge (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DGallery.java753 int curLeftEdge; in fillToGalleryRightRtl() local
757 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() local
790 curLeftEdge = prevIterationView.getRight() + itemSpacing; in fillToGalleryRightLtr()
793 curLeftEdge = mPaddingLeft; in fillToGalleryRightLtr()
797 while (curLeftEdge < galleryRight && curPosition < numItems) { in fillToGalleryRightLtr()
[all …]