Home
last modified time | relevance | path

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

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