Searched refs:sectioner (Results 1 – 4 of 4) sorted by relevance
23 val sectioner: NotifSectioner, constant in com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection30 get() = sectioner.headerNodeController
48 val sectioner = object : NotifSectioner("People") { constant
72 peopleSectioner = coordinator.sectioner in setUp()
205 for (NotifSectioner sectioner : sectioners) { in setSectioners()206 mNotifSections.add(new NotifSection(sectioner, mNotifSections.size())); in setSectioners()207 sectioner.setInvalidationListener(this::onNotifSectionInvalidated); in setSectioners()