Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSection.java25 public class NotificationSection { class
30 NotificationSection(@PriorityBucket int bucket) { in NotificationSection() method in NotificationSection
DNotificationSectionsManager.kt96 fun createSectionsForBuckets(): Array<NotificationSection> = in <lambda>()
99 .map { NotificationSection(it) } in <lambda>()
145 fun updateSection(section: NotificationSection): Boolean = in <lambda>()
152 private fun NotificationSection.setFirstAndLastVisibleChildren( in <lambda>() method
168 sections: Array<NotificationSection>, in <lambda>()
234 private fun logSections(sections: Array<NotificationSection>) { in <lambda>()
DNotificationStackScrollLayout.java351 private final NotificationSection[] mSections;
1673 final NotificationSection firstVisibleSection = getFirstVisibleSection();
2533 private NotificationSection getFirstVisibleSection() {
2534 for (NotificationSection section : mSections) {
2542 private NotificationSection getLastVisibleSection() {
2544 NotificationSection section = mSections[i];
4219 NotificationSection firstSection = getFirstVisibleSection(); in onChildHeightChanged()
4255 NotificationSection lastSection = getLastVisibleSection(); in updateScrollPositionOnExpandInBottom()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationRoundnessLogger.kt24 import com.android.systemui.statusbar.notification.stack.NotificationSection
59 fun onSectionCornersUpdated(sections: Array<NotificationSection?>, anyChanged: Boolean) { in onSectionCornersUpdated()
DNotifications.proto38 enum NotificationSection { enum
47 optional NotificationSection section = 6;
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/
DDefaultBlueprint.kt39 import com.android.systemui.keyguard.ui.composable.section.NotificationSection in <lambda>()
62 private val notificationSection: NotificationSection, in <lambda>()
DShortcutsBesideUdfpsBlueprint.kt38 import com.android.systemui.keyguard.ui.composable.section.NotificationSection in <lambda>()
64 private val notificationSection: NotificationSection, in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/
DNotificationSection.kt52 class NotificationSection class
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java136 @Mock private NotificationSection mNotificationSection;
189 new NotificationSection[]{ in setUp()
/frameworks/proto_logging/stats/atoms/sysui/
Dsysui_atoms.proto509 enum NotificationSection { enum
518 optional NotificationSection section = 6;