Searched refs:shouldShowSplit (Results 1 – 3 of 3) sorted by relevance
386 boolean isStacked = !shouldShowSplit(splitAttributes); in setAdjacentTaskFragments()731 if (!shouldShowSplit(splitAttributes)) { in expandSplitContainerIfNeeded()763 static boolean shouldShowSplit(@NonNull SplitContainer splitContainer) { in shouldShowSplit() method in SplitPresenter764 return shouldShowSplit(splitContainer.getCurrentSplitAttributes()); in shouldShowSplit()767 static boolean shouldShowSplit(@NonNull SplitAttributes splitAttributes) { in shouldShowSplit() method in SplitPresenter906 if (!shouldShowSplit(splitAttributes)) { in getRelBoundsForPosition()932 if (!shouldShowSplit(computedSplitAttributes)) { in getPrimaryBounds()972 if (!shouldShowSplit(computedSplitAttributes)) { in getSecondaryBounds()
52 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()
320 assertTrue(SplitPresenter.shouldShowSplit(SPLIT_ATTRIBUTES)); in testShouldShowSideBySide()326 assertFalse(SplitPresenter.shouldShowSplit(expandContainers)); in testShouldShowSideBySide()