Lines Matching refs:mPageSpacing
124 protected int mPageSpacing;
572 if (mPageSpacing == AUTOMATIC_PAGE_SPACING) {
640 mPageSpacing = pageSpacing;
672 childLeft += childWidth + mPageSpacing;
751 offset += getScaledMeasuredWidth(getPageAt(i)) + mPageSpacing;
966 return (x > (getMeasuredWidth() - getRelativeChildOffset(mCurrentPage) + mPageSpacing));
968 return (x < getRelativeChildOffset(mCurrentPage) - mPageSpacing);
977 return (x < getRelativeChildOffset(mCurrentPage) - mPageSpacing);
979 return (x > (getMeasuredWidth() - getRelativeChildOffset(mCurrentPage) + mPageSpacing));
1144 int totalDistance = getScaledMeasuredWidth(v) + mPageSpacing;