Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DNotificationStackScrollLayoutSection.kt45 private val placeHolderId = R.id.nssl_placeholder constant
64 connect(placeHolderId, BOTTOM, R.id.nssl_placeholder_barrier_bottom, TOP) in addNotificationPlaceholderBarrier()
80 val view = View(context, null).apply { id = placeHolderId } in addViews()
100 constraintLayout.removeView(placeHolderId) in removeViews()