Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
DCitySelectionActivity.kt322 val showIndex = getShowIndex(position) in getView() constant
323 holder.index.visibility = if (showIndex) View.VISIBLE else View.INVISIBLE in getView()
324 if (showIndex) { in getView()