Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitySelectionActivity.java307 final int headerCount = hasHeader() ? 1 : 0; in getCount() local
308 return headerCount + mFilteredCities.size(); in getCount()