Searched defs:mPageIndicators (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java77 /** Updates the {@link #mPageIndicators} in response to timers being added or removed. */
85 private ImageView[] mPageIndicators; field in class:TimerFragment
117 mPageIndicators = new ImageView[] {
436 final int pageIndicatorCount = mPageIndicators.length;
442 final ImageView pageIndicator = mPageIndicators[i];

Completed in 57 milliseconds