Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitPresenter.java386 boolean isStacked = !shouldShowSplit(splitAttributes); in setAdjacentTaskFragments()
731 if (!shouldShowSplit(splitAttributes)) { in expandSplitContainerIfNeeded()
763 static boolean shouldShowSplit(@NonNull SplitContainer splitContainer) { in shouldShowSplit() method in SplitPresenter
764 return shouldShowSplit(splitContainer.getCurrentSplitAttributes()); in shouldShowSplit()
767 static boolean shouldShowSplit(@NonNull SplitAttributes splitAttributes) { in shouldShowSplit() method in SplitPresenter
906 if (!shouldShowSplit(splitAttributes)) { in getRelBoundsForPosition()
932 if (!shouldShowSplit(computedSplitAttributes)) { in getPrimaryBounds()
972 if (!shouldShowSplit(computedSplitAttributes)) { in getSecondaryBounds()
DSplitController.java52 import static androidx.window.extensions.embedding.SplitPresenter.shouldShowSplit;
317 if (!SplitPresenter.shouldShowSplit(calculatedSplitAttributes)) { in pinTopActivityStack()
2206 if (!SplitPresenter.shouldShowSplit(splitAttributes)) { in launchPlaceholderIfNecessary()
2298 if (SplitPresenter.shouldShowSplit(splitAttributes)) { in dismissPlaceholderIfNecessary()
2632 if (shouldShowSplit(splitContainer)) { in shouldRetainAssociatedContainer()
/frameworks/base/libs/WindowManager/Jetpack/tests/unittest/src/androidx/window/extensions/embedding/
DSplitPresenterTest.java320 assertTrue(SplitPresenter.shouldShowSplit(SPLIT_ATTRIBUTES)); in testShouldShowSideBySide()
326 assertFalse(SplitPresenter.shouldShowSplit(expandContainers)); in testShouldShowSideBySide()