Home
last modified time | relevance | path

Searched refs:setColumnRowLayout (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSPanelControllerBaseSceneContainerTest.kt139 verify(qsPanel).setColumnRowLayout(true) in configurationChange_onlySplitShadeConfigChanges_horizontalInSceneUpdated()
146 verify(qsPanel).setColumnRowLayout(false) in configurationChange_onlySplitShadeConfigChanges_horizontalInSceneUpdated()
166 verify(qsPanel).setColumnRowLayout(true) in configurationChange_shouldUseHorizontalInSceneInLongDevices()
175 verify(qsPanel).setColumnRowLayout(false) in configurationChange_shouldUseHorizontalInSceneInLongDevices()
196 verify(qsPanel).setColumnRowLayout(true) in configurationChange_horizontalInScene_onlyInLandscape()
205 verify(qsPanel).setColumnRowLayout(false) in configurationChange_horizontalInScene_onlyInLandscape()
227 verify(qsPanel).setColumnRowLayout(true) in changeMediaVisible_changesHorizontalInScene()
246 verify(qsPanel).setColumnRowLayout(true) in startFromMediaHorizontalLong_shouldUseHorizontal()
DQSPanelTest.kt259 qsPanel.setColumnRowLayout(/* withMedia= */ false) in setRowColumnLayout()
264 qsPanel.setColumnRowLayout(/* withMedia= */ true) in setRowColumnLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanel.java659 setColumnRowLayout(horizontal); in setUsingHorizontalLayout()
668 void setColumnRowLayout(boolean withMedia) { in setColumnRowLayout() method in QSPanel
DQSPanelControllerBase.java475 mView.setColumnRowLayout(withMedia); in setLayoutForMediaInScene()