Searched refs:mPageIndicatorWidth (Results 1 – 1 of 1) sorted by relevance
45 private int mPageIndicatorWidth; field in PageIndicator84 mPageIndicatorWidth = res.getDimensionPixelSize(R.dimen.qs_page_indicator_width); in PageIndicator()107 if (pageIndicatorWidth != mPageIndicatorWidth) { in updateResources()108 mPageIndicatorWidth = pageIndicatorWidth; in updateResources()144 addView(v, new LayoutParams(mPageIndicatorWidth, mPageIndicatorHeight)); in setNumPages()302 return (mPageIndicatorWidth - mPageDotWidth) * (numPages - 1) + mPageDotWidth;312 final int widthChildSpec = MeasureSpec.makeMeasureSpec(mPageIndicatorWidth,330 int left = (mPageIndicatorWidth - mPageDotWidth) * i;331 getChildAt(i).layout(left, 0, mPageIndicatorWidth + left, mPageIndicatorHeight);