Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSPanelControllerBaseTest.java337 assertThat(mController.shouldUseHorizontalLayout()).isTrue(); in testShouldUseHorizontalLayout_falseForSplitShade()
346 assertThat(mController.shouldUseHorizontalLayout()).isFalse(); in testShouldUseHorizontalLayout_falseForSplitShade()
361 assertThat(mController.shouldUseHorizontalLayout()).isTrue(); in testChangeConfiguration_shouldUseHorizontalLayoutInLandscape_true()
369 assertThat(mController.shouldUseHorizontalLayout()).isFalse(); in testChangeConfiguration_shouldUseHorizontalLayoutInLandscape_true()
385 assertThat(mController.shouldUseHorizontalLayout()).isTrue(); in testChangeConfiguration_shouldUseHorizontalLayoutInLongDevices_true()
393 assertThat(mController.shouldUseHorizontalLayout()).isFalse(); in testChangeConfiguration_shouldUseHorizontalLayoutInLongDevices_true()
420 assertThat(mController.shouldUseHorizontalLayout()).isTrue(); in configurationChange_onlySplitShadeConfigChanges_horizontalLayoutStatusUpdated()
428 assertThat(mController.shouldUseHorizontalLayout()).isFalse(); in configurationChange_onlySplitShadeConfigChanges_horizontalLayoutStatusUpdated()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanelControllerBase.java458 boolean horizontal = shouldUseHorizontalLayout(); in switchTileLayout()
508 boolean shouldUseHorizontalLayout() { in shouldUseHorizontalLayout() method in QSPanelControllerBase
DQSAnimator.java438 if (mQsPanelController.shouldUseHorizontalLayout() in updateAnimators()
DQSImpl.java809 && !mQSPanelController.shouldUseHorizontalLayout() && !mInSplitShade) { in updateMediaPositions()