Home
last modified time | relevance | path

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

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