Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
DStageCoordinator.java3115 TransitionInfo.Change sideChild = null; in startPendingEnterAnimation() local
3129 } else if (sideChild == null && stageType == STAGE_TYPE_SIDE in startPendingEnterAnimation()
3131 sideChild = change; in startPendingEnterAnimation()
3143 if (mainChild == null && sideChild == null) { in startPendingEnterAnimation()
3151 if (mainChild == null || sideChild == null) { in startPendingEnterAnimation()
3153 (sideChild != null ? STAGE_TYPE_SIDE : STAGE_TYPE_UNDEFINED); in startPendingEnterAnimation()
3162 if (mRecentTasks.isPresent() && sideChild != null) { in startPendingEnterAnimation()
3163 mRecentTasks.get().removeSplitPair(sideChild.getTaskInfo().taskId); in startPendingEnterAnimation()
3186 sideChild != null && !mSideStage.containsTask(sideChild.getTaskInfo().taskId); in startPendingEnterAnimation()
3194 + " to have been called with " + sideChild.getTaskInfo().taskId in startPendingEnterAnimation()
[all …]