Searched refs:dateWeatherView (Results 1 – 1 of 1) sorted by relevance
55 private var dateWeatherView: ViewGroup? = null variable in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection73 dateWeatherView = in addViews()78 constraintLayout.addView(dateWeatherView) in addViews()80 val index = if (dateWeatherView?.childCount == 0) 0 else 1 in addViews()81 dateWeatherView?.addView(weatherView, index) in addViews()182 listOf(smartspaceView, dateWeatherView).forEach { in removeViews()