Searched refs:shouldUseHorizontalLayout (Results 1 – 3 of 3) sorted by relevance
249 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()
318 boolean horizontal = shouldUseHorizontalLayout(); in switchTileLayout()361 boolean shouldUseHorizontalLayout() { in shouldUseHorizontalLayout() method in QSPanelControllerBase
418 if (mQsPanelController.shouldUseHorizontalLayout() in updateAnimators()