Home
last modified time | relevance | path

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

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