Searched refs:mPageIndicatorWidth (Results 1 – 1 of 1) sorted by relevance
54 private final int mPageIndicatorWidth; field in PageIndicator85 mPageIndicatorWidth = in PageIndicator()89 mPageDotWidth = (int) (mPageIndicatorWidth * SINGLE_SCALE); in PageIndicator()108 addView(v, new LayoutParams(mPageIndicatorWidth, mPageIndicatorHeight)); in setNumPages()273 final int widthChildSpec = MeasureSpec.makeMeasureSpec(mPageIndicatorWidth,280 int width = (mPageIndicatorWidth - mPageDotWidth) * (N - 1) + mPageDotWidth;291 int left = (mPageIndicatorWidth - mPageDotWidth) * i;292 getChildAt(i).layout(left, 0, mPageIndicatorWidth + left, mPageIndicatorHeight);