Searched refs:NotificationSection (Results 1 – 6 of 6) sorted by relevance
93 fun createSectionsForBuckets(): Array<NotificationSection> =95 .map { NotificationSection(parent, it) }144 fun updateSection(section: NotificationSection): Boolean = when (this) {150 private fun NotificationSection.setFirstAndLastVisibleChildren( regex166 sections: Array<NotificationSection>,229 private fun logSections(sections: Array<NotificationSection>) {
36 public class NotificationSection { class48 NotificationSection(View owningView, @PriorityBucket int bucket) { in NotificationSection() method in NotificationSection
340 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 …]
24 import com.android.systemui.statusbar.notification.stack.NotificationSection59 fun onSectionCornersUpdated(sections: Array<NotificationSection?>, anyChanged: Boolean) {
38 enum NotificationSection { enum47 optional NotificationSection section = 6;
127 @Mock private NotificationSection mNotificationSection;182 new NotificationSection[]{ in setUp()