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.kt122 qsPanel.setUsingHorizontalLayout(/* horizontal */ true, mediaView, /* force */ true) in testTilesFooterVisibleRTLLandscapeMedia()
152 qsPanel.setUsingHorizontalLayout(/* horizontal */ true, mediaView, /* force */ true) in testTilesFooterVisibleLandscapeMedia()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelControllerBase.java357 mView.setUsingHorizontalLayout(mUsingHorizontalLayout, mMediaHost.getHostView(), force); in switchTileLayout()
DQSPanel.java605 void setUsingHorizontalLayout(boolean horizontal, ViewGroup mediaHostView, boolean force) { in setUsingHorizontalLayout() method in QSPanel