Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGallery.java731 int curRightEdge; in fillToGalleryLeftRtl() local
735 curRightEdge = prevIterationView.getLeft() - itemSpacing; in fillToGalleryLeftRtl()
739 curRightEdge = mRight - mLeft - mPaddingRight; in fillToGalleryLeftRtl()
743 while (curRightEdge > galleryLeft && curPosition < mItemCount) { in fillToGalleryLeftRtl()
745 curRightEdge, false); in fillToGalleryLeftRtl()
748 curRightEdge = prevIterationView.getLeft() - itemSpacing; in fillToGalleryLeftRtl()
760 int curRightEdge; in fillToGalleryLeftLtr() local
764 curRightEdge = prevIterationView.getLeft() - itemSpacing; in fillToGalleryLeftLtr()
768 curRightEdge = mRight - mLeft - mPaddingRight; in fillToGalleryLeftLtr()
772 while (curRightEdge > galleryLeft && curPosition >= 0) { in fillToGalleryLeftLtr()
[all …]