Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DGallery.java528 final int galleryRight = getWidth() - mPaddingRight; in detachOffScreenChildren() local
532 if (child.getLeft() <= galleryRight) { in detachOffScreenChildren()
795 int galleryRight = mRight - mLeft - mPaddingRight; in fillToGalleryRightRtl() local
811 while (curLeftEdge < galleryRight && curPosition >= 0) { in fillToGalleryRightRtl()
826 int galleryRight = mRight - mLeft - mPaddingRight; in fillToGalleryRightLtr() local
844 while (curLeftEdge < galleryRight && curPosition < numItems) { in fillToGalleryRightLtr()