Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DSplitController.java1258 final Activity otherTopActivity = otherTopContainer.getTopNonFinishingActivity(); in resolveActivityToContainerByRule() local
1259 if (otherTopActivity == null || otherTopActivity == activity) { in resolveActivityToContainerByRule()
1263 if (putActivitiesIntoSplitIfNecessary(wct, otherTopActivity, activity)) { in resolveActivityToContainerByRule()
1268 return isOnReparent && putActivitiesIntoSplitIfNecessary(wct, activity, otherTopActivity); in resolveActivityToContainerByRule()
1702 final Activity otherTopActivity = otherTopContainer.getTopNonFinishingActivity(); in resolveStartActivityIntentByRule() local
1703 if (otherTopActivity != null && otherTopActivity != launchingActivity) { in resolveStartActivityIntentByRule()
1704 return getSecondaryContainerForSplitIfAny(wct, otherTopActivity, intent, in resolveStartActivityIntentByRule()