Home
last modified time | relevance | path

Searched refs:mPageIndicatorWidth (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPageIndicator.java31 private final int mPageIndicatorWidth; field in PageIndicator
40 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);