/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
H A D | NodeSpecBuilder.kt | 23 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 D | NodeSpecBuilderLogger.kt | 23 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 D | SectionStyleProvider.kt | 21 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 D | GroupEntryBuilder.java | 21 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection; 33 private NotifSection mNotifSection; 70 public GroupEntryBuilder setSection(@Nullable NotifSection section) { in setSection()
|
H A D | ShadeListBuilderTest.java | 63 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 D | SuppressedAttachState.kt | 19 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection 30 var section: NotifSection?,
|
H A D | ListEntry.java | 24 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection; 79 @Nullable public NotifSection getSection() { in getSection()
|
H A D | ListAttachState.kt | 19 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection 37 var section: NotifSection?,
|
H A D | ShadeListBuilder.java | 249 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 D | RowAppearanceCoordinatorTest.kt | 27 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 D | DataStoreCoordinatorTest.kt | 27 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection 53 @Mock private lateinit var section: NotifSection
|
H A D | StackCoordinatorTest.kt | 25 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection 56 @Mock private lateinit var section: NotifSection
|
H A D | ConversationCoordinatorTest.kt | 32 import com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection 107 val section = NotifSection(peopleAlertingSectioner, 0)
|
H A D | PreparationCoordinatorTest.java | 62 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 D | NodeSpecBuilderTest.kt | 29 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 D | NotificationEntryBuilder.java | 33 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 D | NotifUiAdjustmentProviderTest.kt | 29 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 D | NotifSection.kt | 26 data class NotifSection( dataClass
|
/aosp14/frameworks/base/packages/SystemUI/ |
H A D | ktfmt_includes.txt | 342 …ges/SystemUI/src/com/android/systemui/statusbar/notification/collection/listbuilder/NotifSection.kt
|