Home
last modified time | relevance | path

Searched refs:NotifSection (Results 1 – 19 of 19) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNodeSpecBuilder.kt23 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection
44 private var lastSections = setOf<NotifSection?>()
58 var currentSection: NotifSection? = null
59 val prevSections = mutableSetOf<NotifSection?>()
61 val sectionOrder = mutableListOf<NotifSection?>()
62 val sectionHeaders = mutableMapOf<NotifSection?, NodeController?>()
63 val sectionCounts = mutableMapOf<NotifSection?, Int>()
H A DNodeSpecBuilderLogger.kt23 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection
34 oldSections: Set<NotifSection?>,
35 newHeaders: Map<NotifSection?, NodeController?>,
36 newCounts: Map<NotifSection?, Int>,
37 newSectionOrder: List<NotifSection?>
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DSectionStyleProvider.kt21 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection
45 fun isMinimizedSection(section: NotifSection): Boolean {
69 fun isSilentSection(section: NotifSection): Boolean {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DGroupEntryBuilder.java21 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection;
33 private NotifSection mNotifSection;
70 public GroupEntryBuilder setSection(@Nullable NotifSection section) { in setSection()
H A DShadeListBuilderTest.java63 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection;
756 final NotifSection pkg1Section = new NotifSection(pkg1Sectioner, 0); in testNotifSections()
757 final NotifSection pkg2Section = new NotifSection(pkg2Sectioner, 1); in testNotifSections()
758 final NotifSection pkg5Section = new NotifSection(pkg5Sectioner, 3); in testNotifSections()
2389 NotifSection section = new NotifSection(mock(NotifSectioner.class), 0); in assertOrder()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DSuppressedAttachState.kt19 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection
30 var section: NotifSection?,
H A DListEntry.java24 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection;
79 @Nullable public NotifSection getSection() { in getSection()
H A DListAttachState.kt19 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection
37 var section: NotifSection?,
H A DShadeListBuilder.java249 final NotifSection section = new NotifSection(sectioner, mNotifSections.size()); in setSectioners()
265 for (NotifSection section : mNotifSections) { in setSectioners()
494 for (NotifSection section : mNotifSections) { in notifySectionEntriesUpdated()
983 NotifSection section = applySections(entry); in assignSections()
1192 final NotifSection notifSection = mNotifSections.get(i); in cleanupPluggables()
1213 final NotifSection section = o1.getSection(); in getSectionComparator()
1318 private NotifSection applySections(ListEntry entry) { in applySections()
1319 final NotifSection newSection = findSection(entry); in applySections()
1322 NotifSection finalSection = newSection; in applySections()
1353 private NotifSection findSection(ListEntry entry) { in findSection()
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRowAppearanceCoordinatorTest.kt27 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection
58 @Mock private lateinit var section1: NotifSection
59 @Mock private lateinit var section2: NotifSection
H A DDataStoreCoordinatorTest.kt27 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection
53 @Mock private lateinit var section: NotifSection
H A DStackCoordinatorTest.kt25 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection
56 @Mock private lateinit var section: NotifSection
H A DConversationCoordinatorTest.kt32 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection
107 val section = NotifSection(peopleAlertingSectioner, 0)
H A DPreparationCoordinatorTest.java62 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection;
104 @Mock private NotifSection mNotifSection;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DNodeSpecBuilderTest.kt29 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection
327 private fun notif(id: Int, section: NotifSection? = null): NotificationEntry {
340 section: NotifSection,
406 ): NotifSection {
407 return NotifSection(object : NotifSectioner("Section $index (bucket=$bucket)", bucket) {
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java33 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection;
57 private NotifSection mNotifSection;
129 public NotificationEntryBuilder setSection(@Nullable NotifSection section) { in setSection()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotifUiAdjustmentProviderTest.kt29 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection
59 private val section = NotifSection(mock(), 0)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/
H A DNotifSection.kt26 data class NotifSection( dataClass
/aosp14/frameworks/base/packages/SystemUI/
H A Dktfmt_includes.txt342 …ges/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/NotifSection.kt