Searched refs:destroyWindow (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/wm/include/ |
H A D | picture_in_picture_manager.h | 49 static void DoClose(bool destroyWindow, bool needAnim);
|
H A D | picture_in_picture_controller.h | 69 WMError StopPictureInPicture(bool destroyWindow, StopPipType stopPipType, bool withAnim = true);
|
/foundation/window/window_manager/wm/src/ |
H A D | picture_in_picture_manager.cpp | 203 void PictureInPictureManager::DoClose(bool destroyWindow, bool byPriority) in DoClose() argument 215 activeController_->StopPictureInPicture(destroyWindow, currentStopType, !byPriority); in DoClose()
|
H A D | picture_in_picture_controller.cpp | 275 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