Searched refs:shouldShowSplit (Results 1 – 3 of 3) sorted by relevance
376 boolean isStacked = !shouldShowSplit(splitAttributes); in setAdjacentTaskFragments()587 if (!shouldShowSplit(splitAttributes)) { in expandSplitContainerIfNeeded()608 static boolean shouldShowSplit(@NonNull SplitContainer splitContainer) { in shouldShowSplit() method in SplitPresenter609 return shouldShowSplit(splitContainer.getCurrentSplitAttributes()); in shouldShowSplit()612 static boolean shouldShowSplit(@NonNull SplitAttributes splitAttributes) { in shouldShowSplit() method in SplitPresenter732 if (!shouldShowSplit(splitAttributes)) { in getRelBoundsForPosition()758 if (!shouldShowSplit(computedSplitAttributes)) { in getPrimaryBounds()798 if (!shouldShowSplit(computedSplitAttributes)) { in getSecondaryBounds()
46 import static androidx.window.extensions.embedding.SplitPresenter.shouldShowSplit;251 if (!SplitPresenter.shouldShowSplit(calculatedSplitAttributes)) { in pinTopActivityStack()1854 if (!SplitPresenter.shouldShowSplit(splitAttributes)) { in launchPlaceholderIfNecessary()1937 if (SplitPresenter.shouldShowSplit(splitAttributes)) { in dismissPlaceholderIfNecessary()2188 if (shouldShowSplit(splitContainer)) { in shouldRetainAssociatedContainer()
278 assertTrue(SplitPresenter.shouldShowSplit(SPLIT_ATTRIBUTES)); in testShouldShowSideBySide()284 assertFalse(SplitPresenter.shouldShowSplit(expandContainers)); in testShouldShowSideBySide()