Home
last modified time | relevance | path

Searched refs:destroyWindow (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_manager.h49 static void DoClose(bool destroyWindow, bool needAnim);
H A Dpicture_in_picture_controller.h69 WMError StopPictureInPicture(bool destroyWindow, StopPipType stopPipType, bool withAnim = true);
/foundation/window/window_manager/wm/src/
H A Dpicture_in_picture_manager.cpp203 void PictureInPictureManager::DoClose(bool destroyWindow, bool byPriority) in DoClose() argument
215 activeController_->StopPictureInPicture(destroyWindow, currentStopType, !byPriority); in DoClose()
H A Dpicture_in_picture_controller.cpp275 WMError PictureInPictureController::StopPictureInPicture(bool destroyWindow, StopPipType stopPipType, bool withAnim) in StopPictureInPicture() argument
277 TLOGI(WmsLogTag::WMS_PIP, "destroyWindow: %{public}u anim: %{public}d", destroyWindow, withAnim); in StopPictureInPicture()
295 if (!destroyWindow) { in StopPictureInPicture()

Completed in 3 milliseconds