Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelControllerBase.java106 private boolean mUsingHorizontalLayout; field in QSPanelControllerBase
315 if (horizontal != mUsingHorizontalLayout || force) { in switchTileLayout()
316 mUsingHorizontalLayout = horizontal; in switchTileLayout()
317 mView.setUsingHorizontalLayout(mUsingHorizontalLayout, mMediaHost.getHostView(), force); in switchTileLayout()
335 if (mUsingHorizontalLayout) { in updateMediaDisappearParameters()
DQSPanel.java98 private boolean mUsingHorizontalLayout; field in QSPanel
635 if (mUsingHorizontalLayout) { in updateMediaHostContentMargins()
681 if (horizontal != mUsingHorizontalLayout || force) { in setUsingHorizontalLayout()
682 mUsingHorizontalLayout = horizontal; in setUsingHorizontalLayout()