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.kt379 val approximateSectionCount = count / 5 in getSections() constant
380 val sections: MutableList<String> = ArrayList(approximateSectionCount) in getSections()
381 val positions: MutableList<Int> = ArrayList(approximateSectionCount) in getSections()