Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSPanelControllerBaseTest.java249 assertThat(mController.shouldUseHorizontalLayout()).isTrue(); in testShouldUzeHorizontalLayout_falseForSplitShade()
258 assertThat(mController.shouldUseHorizontalLayout()).isFalse(); in testShouldUzeHorizontalLayout_falseForSplitShade()
271 assertThat(mController.shouldUseHorizontalLayout()).isTrue(); in testChangeConfiguration_shouldUseHorizontalLayout()
279 assertThat(mController.shouldUseHorizontalLayout()).isFalse(); in testChangeConfiguration_shouldUseHorizontalLayout()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSPanelControllerBase.java318 boolean horizontal = shouldUseHorizontalLayout(); in switchTileLayout()
361 boolean shouldUseHorizontalLayout() { in shouldUseHorizontalLayout() method in QSPanelControllerBase
H A DQSAnimator.java418 if (mQsPanelController.shouldUseHorizontalLayout() in updateAnimators()