Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
H A DNotifSection.kt27 val sectioner: NotifSectioner,
31 val bucket: Int = sectioner.bucket
33 val headerController: NodeController? = sectioner.headerNodeController
34 val comparator: NotifComparator? = sectioner.comparator
39 dump("sectioner", sectioner)
H A DShadeListBuilderLogger.kt111 sectioner: NotifSectioner,
114 ) = logPluggableInvalidated("NotifSection", sectioner, pipelineState, reason)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DSectionStyleProvider.kt46 return lowPrioritySections.contains(section.sectioner)
70 return silentSections.contains(section.sectioner)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNodeSpecBuilderLogger.kt48 str1 = section?.sectioner?.name ?: "(null)"
58 str1 = section?.sectioner?.name ?: "(null)"
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DNotifCoordinators.kt108 mOrderedSections.add(headsUpCoordinator.sectioner) // HeadsUp
109 mOrderedSections.add(colorizedFgsCoordinator.sectioner) // ForegroundService
H A DHeadsUpCoordinator.kt684 val sectioner = object : NotifSectioner("HeadsUp", BUCKET_HEADS_UP) { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java248 for (NotifSectioner sectioner : sectioners) { in setSectioners()
249 final NotifSection section = new NotifSection(sectioner, mNotifSections.size()); in setSectioners()
252 sectioner.setInvalidationListener(this::onNotifSectionInvalidated); in setSectioners()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilderTest.java894 NotifSectioner sectioner = new PackageSectioner( in testThatSectionComparatorsAreCalled() local
896 mListBuilder.setSectioners(List.of(sectioner)); in testThatSectionComparatorsAreCalled()
933 NotifSectioner sectioner = new PackageSectioner(List.of(PACKAGE_3), comparator); in testThatSectionComparatorsAreNotCalledForSectionWithSingleEntry() local
934 mListBuilder.setSectioners(List.of(sectioner)); in testThatSectionComparatorsAreNotCalledForSectionWithSingleEntry()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DHeadsUpCoordinatorTest.kt160 notifSectioner = coordinator.sectioner