Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPageIndicator.java32 private final int mPageIndicatorHeight; field in PageIndicator
42 mPageIndicatorHeight = in PageIndicator()
63 addView(v, new LayoutParams(mPageIndicatorWidth, mPageIndicatorHeight)); in setNumPages()
202 final int heightChildSpec = MeasureSpec.makeMeasureSpec(mPageIndicatorHeight,
208 setMeasuredDimension(width, mPageIndicatorHeight);
219 getChildAt(i).layout(left, 0, mPageIndicatorWidth + left, mPageIndicatorHeight);