Searched refs:mPageIndicatorWidth (Results 1 – 1 of 1) sorted by relevance
39 private final int mPageIndicatorWidth; field in PageIndicator77 mPageIndicatorWidth = res.getDimensionPixelSize(R.dimen.qs_page_indicator_width); in PageIndicator()97 addView(v, new LayoutParams(mPageIndicatorWidth, mPageIndicatorHeight)); in setNumPages()261 final int widthChildSpec = MeasureSpec.makeMeasureSpec(mPageIndicatorWidth,268 int width = (mPageIndicatorWidth - mPageDotWidth) * (N - 1) + mPageDotWidth;279 int left = (mPageIndicatorWidth - mPageDotWidth) * i;280 getChildAt(i).layout(left, 0, mPageIndicatorWidth + left, mPageIndicatorHeight);