Searched refs:NotificationSection (Results 1 – 10 of 10) sorted by relevance
25 public class NotificationSection { class30 NotificationSection(@PriorityBucket int bucket) { in NotificationSection() method in NotificationSection
96 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>() method168 sections: Array<NotificationSection>, in <lambda>()234 private fun logSections(sections: Array<NotificationSection>) { in <lambda>()
351 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()
24 import com.android.systemui.statusbar.notification.stack.NotificationSection59 fun onSectionCornersUpdated(sections: Array<NotificationSection?>, anyChanged: Boolean) { in onSectionCornersUpdated()
38 enum NotificationSection { enum47 optional NotificationSection section = 6;
39 import com.android.systemui.keyguard.ui.composable.section.NotificationSection in <lambda>()62 private val notificationSection: NotificationSection, in <lambda>()
38 import com.android.systemui.keyguard.ui.composable.section.NotificationSection in <lambda>()64 private val notificationSection: NotificationSection, in <lambda>()
52 class NotificationSection class
136 @Mock private NotificationSection mNotificationSection;189 new NotificationSection[]{ in setUp()
509 enum NotificationSection { enum518 optional NotificationSection section = 6;