Home
last modified time | relevance | path

Searched refs:isMinimizedSection (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRowAppearanceCoordinatorTest.kt85 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(false) in testSetSystemExpandedOnlyOnFirst()
86 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(false) in testSetSystemExpandedOnlyOnFirst()
96 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(true) in testSetSystemExpandedNeverIfMinimized()
97 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(true) in testSetSystemExpandedNeverIfMinimized()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DNotifUiAdjustmentProvider.kt124 val isMinimizedSection = sectionStyleProvider.isMinimizedSection(section) in isEntryMinimized() constant
127 return isMinimizedSection && (isTopLevelEntry || isGroupSummary) in isEntryMinimized()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
DSectionStyleProvider.kt48 fun isMinimizedSection(section: NotifSection): Boolean { in isMinimizedSection() method in com.android.systemui.statusbar.notification.collection.provider.SectionStyleProvider
58 return isMinimizedSection(section) in isMinimized()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DRowAppearanceCoordinator.kt66 !mSectionStyleProvider.isMinimizedSection(entry.section!!) in <lambda>()