Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGallery.java529 final int galleryRight = getWidth() - mPaddingRight; in detachOffScreenChildren() local
533 if (child.getLeft() <= galleryRight) { in detachOffScreenChildren()
796 int galleryRight = mRight - mLeft - mPaddingRight; in fillToGalleryRightRtl() local
812 while (curLeftEdge < galleryRight && curPosition >= 0) { in fillToGalleryRightRtl()
827 int galleryRight = mRight - mLeft - mPaddingRight; in fillToGalleryRightLtr() local
845 while (curLeftEdge < galleryRight && curPosition < numItems) { in fillToGalleryRightLtr()