Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/
DSceneWindowRootView.kt34 sharedNotificationContainer: SharedNotificationContainer, in <lambda>()
46 sharedNotificationContainer = sharedNotificationContainer, in <lambda>()
DSceneWindowRootViewBinder.kt65 sharedNotificationContainer: SharedNotificationContainer, in <lambda>()
118 (sharedNotificationContainer.parent as? ViewGroup)?.removeView( in <lambda>()
119 sharedNotificationContainer in <lambda>()
121 view.addView(sharedNotificationContainer) in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DNotificationSection.kt58 sharedNotificationContainer: SharedNotificationContainer,
76 if (stackScrollLayout.parent != sharedNotificationContainer) {
78 sharedNotificationContainer.addNotificationStackScrollLayout(stackScrollLayout)
82 sharedNotificationContainer,
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DNotificationStackScrollLayoutSection.kt41 private val sharedNotificationContainer: SharedNotificationContainer, constant in com.android.systemui.keyguard.ui.view.layout.sections.NotificationStackScrollLayoutSection
77 sharedNotificationContainer.addNotificationStackScrollLayout(it) in addViews()
92 sharedNotificationContainer, in bindData()
DSplitShadeNotificationStackScrollLayoutSection.kt40 sharedNotificationContainer: SharedNotificationContainer,
47 sharedNotificationContainer,
DDefaultNotificationStackScrollLayoutSection.kt44 sharedNotificationContainer: SharedNotificationContainer,
52 sharedNotificationContainer,
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewProviderModule.kt94 sharedNotificationContainer = in <lambda>()