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