Searched refs:shouldUseHorizontalInScene (Results 1 – 2 of 2) sorted by relevance
138 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()
474 boolean withMedia = shouldUseHorizontalInScene(); in setLayoutForMediaInScene()518 boolean shouldUseHorizontalInScene() { in shouldUseHorizontalInScene() method in QSPanelControllerBase