Searched refs:pageIndicatorCount (Results 1 – 2 of 2) sorted by relevance
389 val pageIndicatorCount = mPageIndicators.size in updatePageIndicators() constant392 val states = computePageIndicatorStates(page, pageIndicatorCount, pageCount) in updatePageIndicators()708 pageIndicatorCount: Int, in computePageIndicatorStates()712 val rangeSize = min(pageIndicatorCount, pageCount) in computePageIndicatorStates()731 val states = IntArray(pageIndicatorCount) in computePageIndicatorStates()
435 final int pageIndicatorCount = mPageIndicators.length; in updatePageIndicators() local438 final int[] states = computePageIndicatorStates(page, pageIndicatorCount, pageCount); in updatePageIndicators()459 static int[] computePageIndicatorStates(int page, int pageIndicatorCount, int pageCount) { in computePageIndicatorStates() argument461 final int rangeSize = Math.min(pageIndicatorCount, pageCount); in computePageIndicatorStates()480 final int[] states = new int[pageIndicatorCount]; in computePageIndicatorStates()