Home
last modified time | relevance | path

Searched refs:headsUpStyleProvider (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DHeadsUpStyleProviderImplTest.kt40 private lateinit var headsUpStyleProvider: HeadsUpStyleProviderImpl variable in com.android.systemui.statusbar.notification.row.HeadsUpStyleProviderImplTest
47 headsUpStyleProvider = HeadsUpStyleProviderImpl(statusBarModeRepositoryStore) in setUp()
53 assertThat(headsUpStyleProvider.shouldApplyCompactStyle()).isFalse() in shouldApplyCompactStyle_returnsFalse_whenCompactFlagDisabled()
63 assertThat(headsUpStyleProvider.shouldApplyCompactStyle()).isTrue() in shouldApplyCompactStyle_returnsTrue_whenImmersiveModeEnabled()
73 assertThat(headsUpStyleProvider.shouldApplyCompactStyle()).isFalse() in shouldApplyCompactStyle_returnsFalse_whenImmersiveModeDisabled()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationRowContentBinderImpl.kt92 private val headsUpStyleProvider: HeadsUpStyleProvider, in <lambda>() constant in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl
144 headsUpStyleProvider, in <lambda>()
178 headsUpStyleProvider = headsUpStyleProvider, in <lambda>()
364 private val headsUpStyleProvider: HeadsUpStyleProvider, in <lambda>() constant in com.android.systemui.statusbar.notification.row.NotificationRowContentBinderImpl.AsyncInflationTask
433 headsUpStyleProvider = headsUpStyleProvider, in <lambda>()
644 headsUpStyleProvider: HeadsUpStyleProvider, in <lambda>()
663 headsUpStyleProvider = headsUpStyleProvider, in <lambda>()
708 headsUpStyleProvider: HeadsUpStyleProvider, in <lambda>()
735 val isHeadsUpCompact = headsUpStyleProvider.shouldApplyCompactStyle() in <lambda>()
DNotificationContentInflater.java107 HeadsUpStyleProvider headsUpStyleProvider, in NotificationContentInflater() argument
117 mHeadsUpStyleProvider = headsUpStyleProvider; in NotificationContentInflater()
381 HeadsUpStyleProvider headsUpStyleProvider, in createRemoteViews() argument
400 final boolean isHeadsUpCompact = headsUpStyleProvider.shouldApplyCompactStyle(); in createRemoteViews()
1103 HeadsUpStyleProvider headsUpStyleProvider,
1121 mHeadsUpStyleProvider = headsUpStyleProvider;