Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGallery.java684 int curRightEdge; in fillToGalleryLeftRtl() local
688 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() local
717 curRightEdge = prevIterationView.getLeft() - itemSpacing; in fillToGalleryLeftLtr()
721 curRightEdge = mRight - mLeft - mPaddingRight; in fillToGalleryLeftLtr()
725 while (curRightEdge > galleryLeft && curPosition >= 0) { in fillToGalleryLeftLtr()
[all …]