Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_manager.cpp206 StopPipType currentStopType = StopPipType::NULL_STOP; in DoClose() local
208 currentStopType = StopPipType::USER_STOP; in DoClose()
210 currentStopType = StopPipType::OTHER_PACKAGE_STOP; in DoClose()
212 activeController_->StopPictureInPicture(destroyWindow, currentStopType, !byPriority); in DoClose()