Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitySelectionActivity.kt250 private var mSectionHeaderPositions: Array<Int>? = null variable in com.android.deskclock.worldclock.CitySelectionActivity.CityAdapter
406 mSectionHeaderPositions = positions.toTypedArray() in getSections()
412 return if (sections!!.isEmpty()) 0 else mSectionHeaderPositions!![sectionIndex] in getPositionForSection()
420 for (i in 0 until mSectionHeaderPositions!!.size - 2) { in getSectionForPosition()
421 if (position < mSectionHeaderPositions!![i]) continue in getSectionForPosition()
422 if (position >= mSectionHeaderPositions!![i + 1]) continue in getSectionForPosition()
426 return mSectionHeaderPositions!!.size - 1 in getSectionForPosition()
434 mSectionHeaderPositions = null in clearSectionHeaders()