Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRowAppearanceCoordinatorTest.kt85 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(false)
86 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(false)
96 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(true)
97 whenever(sectionStyleProvider.isMinimizedSection(eq(section1))).thenReturn(true)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotifUiAdjustmentProvider.kt105 val isMinimizedSection = sectionStyleProvider.isMinimizedSection(section) regex
108 return isMinimizedSection && (isTopLevelEntry || isGroupSummary)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DSectionStyleProvider.kt45 fun isMinimizedSection(section: NotifSection): Boolean { regex
55 return isMinimizedSection(section)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRowAppearanceCoordinator.kt58 !mSectionStyleProvider.isMinimizedSection(entry.section!!)