Searched refs:indicatorHeight (Results 1 – 2 of 2) sorted by relevance
88 final int indicatorHeight = mIndicatorView.getMeasuredHeight(); in onLayout() local99 indicatorBottom - indicatorHeight, totalWidth, in onLayout()102 mIndicatorView.layout(0, indicatorBottom - indicatorHeight, in onLayout()
166 int indicatorHeight = ((View) mPageIndicator.getParent()).getLayoutParams().height; in onMeasure() local167 int pagerHeight = availableHeight - indicatorHeight; in onMeasure()