HomeSort by relevance Sort by last modified time
    Searched full:galleryright (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/widget/
Gallery.java 507 final int galleryRight = getWidth() - mPaddingRight;
511 if (child.getLeft() <= galleryRight) {
772 int galleryRight = mRight - mLeft - mPaddingRight;
788 while (curLeftEdge < galleryRight && curPosition >= 0) {
803 int galleryRight = mRight - mLeft - mPaddingRight;
821 while (curLeftEdge < galleryRight && curPosition < numItems) {
    [all...]

Completed in 77 milliseconds