Home
last modified time | relevance | path

Searched refs:NotificationSection (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManager.kt93 fun createSectionsForBuckets(): Array<NotificationSection> =
95 .map { NotificationSection(parent, it) }
144 fun updateSection(section: NotificationSection): Boolean = when (this) {
150 private fun NotificationSection.setFirstAndLastVisibleChildren( regex
166 sections: Array<NotificationSection>,
229 private fun logSections(sections: Array<NotificationSection>) {
H A DNotificationSection.java36 public class NotificationSection { class
48 NotificationSection(View owningView, @PriorityBucket int bucket) { in NotificationSection() method in NotificationSection
H A DNotificationStackScrollLayout.java340 private final NotificationSection[] mSections;
911 for (NotificationSection section : mSections) { in drawBackground()
954 for (NotificationSection section : mSections) { in drawBackgroundRects()
2435 for (NotificationSection section : mSections) {
2441 for (NotificationSection section : mSections) {
2450 for (NotificationSection section : mSections) {
2463 for (NotificationSection section : mSections) {
2480 for (NotificationSection section : mSections) {
2510 for (NotificationSection section : mSections) {
2524 for (NotificationSection section : mSections) {
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationRoundnessLogger.kt24 import com.android.systemui.statusbar.notification.stack.NotificationSection
59 fun onSectionCornersUpdated(sections: Array<NotificationSection?>, anyChanged: Boolean) {
H A DNotifications.proto38 enum NotificationSection { enum
47 optional NotificationSection section = 6;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java127 @Mock private NotificationSection mNotificationSection;
182 new NotificationSection[]{ in setUp()