Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DAodNotificationIconsSection.kt62 private val nicId = R.id.aod_notification_icon_container constant in com.android.systemui.keyguard.ui.view.layout.sections.AodNotificationIconsSection
71 id = nicId in addViews()
114 connect(nicId, TOP, R.id.smart_space_barrier_bottom, BOTTOM, bottomMargin) in applyConstraints()
115 setGoneMargin(nicId, BOTTOM, bottomMargin) in applyConstraints()
116 setVisibility(nicId, if (isVisible.value) VISIBLE else GONE) in applyConstraints()
119 nicId, in applyConstraints()
126 nicId, in applyConstraints()
133 nicId, in applyConstraints()
140 constraintLayout.removeView(nicId) in removeViews()