Home
last modified time | relevance | path

Searched refs:shouldUseHorizontalInScene (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSPanelControllerBaseSceneContainerTest.kt138 assertThat(underTest.shouldUseHorizontalInScene()).isTrue() in configurationChange_onlySplitShadeConfigChanges_horizontalInSceneUpdated()
145 assertThat(underTest.shouldUseHorizontalInScene()).isFalse() in configurationChange_onlySplitShadeConfigChanges_horizontalInSceneUpdated()
165 assertThat(underTest.shouldUseHorizontalInScene()).isTrue() in configurationChange_shouldUseHorizontalInSceneInLongDevices()
174 assertThat(underTest.shouldUseHorizontalInScene()).isFalse() in configurationChange_shouldUseHorizontalInSceneInLongDevices()
195 assertThat(underTest.shouldUseHorizontalInScene()).isTrue() in configurationChange_horizontalInScene_onlyInLandscape()
204 assertThat(underTest.shouldUseHorizontalInScene()).isFalse() in configurationChange_horizontalInScene_onlyInLandscape()
220 assertThat(underTest.shouldUseHorizontalInScene()).isFalse() in changeMediaVisible_changesHorizontalInScene()
226 assertThat(underTest.shouldUseHorizontalInScene()).isTrue() in changeMediaVisible_changesHorizontalInScene()
245 assertThat(underTest.shouldUseHorizontalInScene()).isTrue() in startFromMediaHorizontalLong_shouldUseHorizontal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelControllerBase.java474 boolean withMedia = shouldUseHorizontalInScene(); in setLayoutForMediaInScene()
518 boolean shouldUseHorizontalInScene() { in shouldUseHorizontalInScene() method in QSPanelControllerBase