Searched refs:sharedNotificationContainer (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/view/ |
D | SceneWindowRootView.kt | 34 sharedNotificationContainer: SharedNotificationContainer, in <lambda>() 46 sharedNotificationContainer = sharedNotificationContainer, in <lambda>()
|
D | SceneWindowRootViewBinder.kt | 65 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/ |
D | NotificationSection.kt | 58 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/ |
D | NotificationStackScrollLayoutSection.kt | 41 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()
|
D | SplitShadeNotificationStackScrollLayoutSection.kt | 40 sharedNotificationContainer: SharedNotificationContainer, 47 sharedNotificationContainer,
|
D | DefaultNotificationStackScrollLayoutSection.kt | 44 sharedNotificationContainer: SharedNotificationContainer, 52 sharedNotificationContainer,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeViewProviderModule.kt | 94 sharedNotificationContainer = in <lambda>()
|