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.java46 private int mPageIndicatorHeight; field in PageIndicator
85 mPageIndicatorHeight = res.getDimensionPixelSize(R.dimen.qs_page_indicator_height); in PageIndicator()
112 if (pageIndicatorHeight != mPageIndicatorHeight) { in updateResources()
113 mPageIndicatorHeight = pageIndicatorHeight; in updateResources()
144 addView(v, new LayoutParams(mPageIndicatorWidth, mPageIndicatorHeight)); in setNumPages()
314 final int heightChildSpec = MeasureSpec.makeMeasureSpec(mPageIndicatorHeight,
320 setMeasuredDimension(width, mPageIndicatorHeight);
331 getChildAt(i).layout(left, 0, mPageIndicatorWidth + left, mPageIndicatorHeight);