Searched refs:shouldApplyCompactStyle (Results 1 – 4 of 4) sorted by relevance
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()
29 fun shouldApplyCompactStyle(): Boolean in shouldApplyCompactStyle() method37 override fun shouldApplyCompactStyle(): Boolean { in shouldApplyCompactStyle() method in com.android.systemui.statusbar.notification.row.HeadsUpStyleProviderImpl
400 final boolean isHeadsUpCompact = headsUpStyleProvider.shouldApplyCompactStyle(); in createRemoteViews()
735 val isHeadsUpCompact = headsUpStyleProvider.shouldApplyCompactStyle() in <lambda>()