Lines Matching refs:pageIndicatorHeight
738 int pageIndicatorHeight = (int) (pageIndicatorHeightPx * Math.min(1f,
745 lp.height = pageIndicatorHeight;
767 // because the empty space will actually be pageIndicatorHeight + paddingTB
768 padding.bottom = Math.max(0, pageIndicatorHeight - paddingTB);
770 pagedView.setWidgetsPageIndicatorPadding(pageIndicatorHeight);