Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/
H A DStageCoordinator.java2690 int removeChildTaskCount = 0; in shouldDismissStage() local
2693 ++removeChildTaskCount; in shouldDismissStage()
2696 return removeChildTaskCount == mStageTaskListener.getChildCount(); in shouldDismissStage()