Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DSplitController.java1831 @NonNull Activity activity, boolean isOnCreated) { in launchPlaceholderIfNecessary() argument
1859 final Bundle options = getPlaceholderOptions(activity, isOnCreated); in launchPlaceholderIfNecessary()
1905 Bundle getPlaceholderOptions(@NonNull Activity primaryActivity, boolean isOnCreated) { in getPlaceholderOptions() argument
1910 if (isOnCreated || primaryActivity.isResumed()) { in getPlaceholderOptions()