Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFragment.java652 final int lastDotRes; in highlightPageIndicator() local
655 lastDotRes = R.drawable.ic_swipe_circle_light; in highlightPageIndicator()
658 lastDotRes = R.drawable.ic_swipe_circle_dark; in highlightPageIndicator()
661 lastDotRes = R.drawable.ic_swipe_circle_bottom; in highlightPageIndicator()
663 paintIndicator(PAGINATION_DOTS_COUNT - 1, lastDotRes); in highlightPageIndicator()