Searched refs:mPageIndicatorWidth (Results 1 – 1 of 1) sorted by relevance
31 private final int mPageIndicatorWidth; field in PageIndicator40 mPageIndicatorWidth = in PageIndicator()44 mPageDotWidth = (int) (mPageIndicatorWidth * SINGLE_SCALE); in PageIndicator()63 addView(v, new LayoutParams(mPageIndicatorWidth, mPageIndicatorHeight)); in setNumPages()200 final int widthChildSpec = MeasureSpec.makeMeasureSpec(mPageIndicatorWidth,207 int width = (mPageIndicatorWidth - mPageDotWidth) * (N - 1) + mPageDotWidth;218 int left = (mPageIndicatorWidth - mPageDotWidth) * i;219 getChildAt(i).layout(left, 0, mPageIndicatorWidth + left, mPageIndicatorHeight);