Searched refs:shouldUseHorizontalLayout (Results 1 – 4 of 4) sorted by relevance
258 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()
352 boolean horizontal = shouldUseHorizontalLayout(); in switchTileLayout()397 boolean shouldUseHorizontalLayout() { in shouldUseHorizontalLayout() method in QSPanelControllerBase
440 if (mQsPanelController.shouldUseHorizontalLayout() in updateAnimators()
794 && !mQSPanelController.shouldUseHorizontalLayout() && !mInSplitShade) { in updateMediaPositions()