Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSPanelControllerBaseTest.java258 assertThat(mController.shouldUseHorizontalLayout()).isTrue(); in testShouldUzeHorizontalLayout_falseForSplitShade()
267 assertThat(mController.shouldUseHorizontalLayout()).isFalse(); in testShouldUzeHorizontalLayout_falseForSplitShade()
280 assertThat(mController.shouldUseHorizontalLayout()).isTrue(); in testChangeConfiguration_shouldUseHorizontalLayout()
288 assertThat(mController.shouldUseHorizontalLayout()).isFalse(); in testChangeConfiguration_shouldUseHorizontalLayout()
313 assertThat(mController.shouldUseHorizontalLayout()).isTrue(); in configurationChange_onlySplitShadeConfigChanges_horizontalLayoutStatusUpdated()
321 assertThat(mController.shouldUseHorizontalLayout()).isFalse(); in configurationChange_onlySplitShadeConfigChanges_horizontalLayoutStatusUpdated()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanelControllerBase.java352 boolean horizontal = shouldUseHorizontalLayout(); in switchTileLayout()
397 boolean shouldUseHorizontalLayout() { in shouldUseHorizontalLayout() method in QSPanelControllerBase
H A DQSAnimator.java440 if (mQsPanelController.shouldUseHorizontalLayout() in updateAnimators()
H A DQSFragment.java794 && !mQSPanelController.shouldUseHorizontalLayout() && !mInSplitShade) { in updateMediaPositions()