Home
last modified time | relevance | path

Searched refs:aboveCount (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFragment.java631 final int aboveCount = position; // How many timers are above the current timer in highlightPageIndicator() local
633 if (aboveCount < PAGINATION_DOTS_COUNT - 1) { in highlightPageIndicator()
635 for (int i = 0; i < aboveCount; i++) { in highlightPageIndicator()