Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanelControllerBase.java108 private boolean mUsingHorizontalLayout; field in QSPanelControllerBase
319 if (horizontal != mUsingHorizontalLayout || force) { in switchTileLayout()
320 mUsingHorizontalLayout = horizontal; in switchTileLayout()
321 mView.setUsingHorizontalLayout(mUsingHorizontalLayout, mMediaHost.getHostView(), force); in switchTileLayout()
339 if (mUsingHorizontalLayout) { in updateMediaDisappearParameters()
H A DQSPanel.java98 private boolean mUsingHorizontalLayout; field in QSPanel
671 if (mUsingHorizontalLayout) { in updateMediaHostContentMargins()
722 if (horizontal != mUsingHorizontalLayout || force) { in setUsingHorizontalLayout()
723 mUsingHorizontalLayout = horizontal; in setUsingHorizontalLayout()