Searched refs:mPageIndicatorHeight (Results 1 – 1 of 1) sorted by relevance
32 private final int mPageIndicatorHeight; field in PageIndicator42 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);