Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitySelectionActivity.java383 final int approximateSectionCount = getCount() / 5; in getSections() local
384 final List<String> sections = new ArrayList<>(approximateSectionCount); in getSections()
385 final List<Integer> positions = new ArrayList<>(approximateSectionCount); in getSections()