Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSPanelTest.kt129 qsPanel.setUsingHorizontalLayout(/* horizontal */ true, mediaView, /* force */ true) in testTilesFooterVisibleLandscapeMedia()
219 panel.setUsingHorizontalLayout(false, mockMediaHost, true) in initializedWithNoMedia_sceneContainerDisabled_tileLayoutParentIsAlwaysQsPanel()
223 panel.setUsingHorizontalLayout(true, mockMediaHost, true) in initializedWithNoMedia_sceneContainerDisabled_tileLayoutParentIsAlwaysQsPanel()
248 panel.setUsingHorizontalLayout(false, mockMediaHost, true) in initializeWithNoMedia_mediaNeverAttached()
251 panel.setUsingHorizontalLayout(true, mockMediaHost, true) in initializeWithNoMedia_mediaNeverAttached()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelControllerBase.java463 mView.setUsingHorizontalLayout(mUsingHorizontalLayout, mMediaHost.getHostView(), force); in switchTileLayout()
DQSPanel.java647 void setUsingHorizontalLayout(boolean horizontal, ViewGroup mediaHostView, boolean force) { in setUsingHorizontalLayout() method in QSPanel