Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DNodeSpecBuilder.kt73 if (section.headerController != currentSection?.headerController && showHeaders) { in <lambda>()
74 section.headerController?.let { headerController -> in <lambda>() method
75 root.children.add(NodeSpecImpl(root, headerController)) in <lambda>()
77 sectionHeaders[section] = headerController in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
DNotificationSectionHeadersModule.kt92 ) = subcomponent.headerController in providesIncomingHeaderSubcomponent()
104 ) = subcomponent.headerController in providesIncomingHeaderSubcomponent()
116 ) = subcomponent.headerController in providesIncomingHeaderSubcomponent()
128 ) = subcomponent.headerController in providesIncomingHeaderSubcomponent()
136 val headerController: SectionHeaderController in providesIncomingHeaderSubcomponent() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
DNotifSection.kt33 val headerController: NodeController? = sectioner.headerNodeController constant in com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection
40 dump("headerController", headerController) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DConversationCoordinatorTest.kt83 @Mock private lateinit var headerController: NodeController variable in com.android.systemui.statusbar.notification.collection.coordinator.ConversationCoordinatorTest
97 headerController in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.kt95 private val headerController: NodeController = mock() in <lambda>() constant in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinatorTest
124 headerController, in <lambda>()