Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitController.java1837 if (container != null && !allowLaunchPlaceholder(container)) { in launchPlaceholderIfNecessary()
1868 private boolean allowLaunchPlaceholder(@NonNull TaskFragmentContainer container) { in allowLaunchPlaceholder() method in SplitController