Lines Matching refs:mPageIndicator
163 @Thunk PageIndicator mPageIndicator;
271 if (mPageIndicator == null && mPageIndicatorViewId > -1) {
272 mPageIndicator = (PageIndicator) grandParent.findViewById(mPageIndicatorViewId);
273 mPageIndicator.removeAllMarkers(true);
281 mPageIndicator.addMarkers(markers, true);
285 mPageIndicator.setOnClickListener(listener);
287 mPageIndicator.setContentDescription(getPageIndicatorDescription());
303 mPageIndicator = null;
373 return mPageIndicator;
505 if (mPageIndicator != null) {
506 mPageIndicator.setContentDescription(getPageIndicatorDescription());
508 mPageIndicator.setActiveMarker(getNextPage());
983 if (mPageIndicator != null && !isReordering(false)) {
985 mPageIndicator.addMarker(pageIndex,
1007 if (mPageIndicator != null && !isReordering(false)) {
1008 mPageIndicator.removeMarker(index, true);
1037 if (mPageIndicator != null) {
1038 mPageIndicator.removeAllMarkers(true);
1738 if (mPageIndicator != null) {
1739 mPageIndicator.setActiveMarker(getNextPage());