Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitPresenter.java771 static boolean shouldShowPlaceholderWhenExpanded(@NonNull SplitAttributes splitAttributes) { in shouldShowPlaceholderWhenExpanded() method in SplitPresenter
DSplitController.java2301 if (SplitPresenter.shouldShowPlaceholderWhenExpanded(splitAttributes)) { in dismissPlaceholderIfNecessary()