Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DSmartspaceSection.kt55 private var dateWeatherView: ViewGroup? = null variable in com.android.systemui.keyguard.ui.view.layout.sections.SmartspaceSection
73 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()