Home
last modified time | relevance | path

Searched refs:sectionStyleProvider (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DRowAppearanceCoordinatorTest.kt56 @Mock private lateinit var sectionStyleProvider: SectionStyleProvider
69 sectionStyleProvider
85 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/coordinator/
H A DNotifCoordinators.kt36 sectionStyleProvider: SectionStyleProvider,
116 sectionStyleProvider.setMinimizedSections(setOf(rankingCoordinator.minimizedSectioner))
117 sectionStyleProvider.setSilentSections(listOf(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotifUiAdjustmentProvider.kt45 private val sectionStyleProvider: SectionStyleProvider,
105 val isMinimizedSection = sectionStyleProvider.isMinimizedSection(section)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotifUiAdjustmentProviderTest.kt52 private val sectionStyleProvider: SectionStyleProvider = mock()
71 sectionStyleProvider,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImplTest.kt60 @Mock private lateinit var sectionStyleProvider: SectionStyleProvider
87 sectionStyleProvider,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/
H A DNotificationIconAreaControllerViewBinderWrapperImpl.kt87 private val sectionStyleProvider: SectionStyleProvider,
389 if (!showAmbient && sectionStyleProvider.isMinimized(entry)) {
395 if (!showLowPriority && sectionStyleProvider.isSilent(entry)) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLegacyNotificationIconAreaControllerImpl.java138 SectionStyleProvider sectionStyleProvider, in LegacyNotificationIconAreaControllerImpl() argument
152 mSectionStyleProvider = sectionStyleProvider; in LegacyNotificationIconAreaControllerImpl()