Home
last modified time | relevance | path

Searched refs:withAnim (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/wm/include/
H A Dpicture_in_picture_controller.h69 WMError StopPictureInPicture(bool destroyWindow, StopPipType stopPipType, bool withAnim = true);
114 WMError StopPictureInPictureInner(StopPipType stopType, bool withAnim);
/foundation/window/window_manager/wm/src/
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()
305 return StopPictureInPictureInner(stopPipType, withAnim); in StopPictureInPicture()
308 WMError PictureInPictureController::StopPictureInPictureInner(StopPipType stopType, bool withAnim) in StopPictureInPictureInner() argument
325 if (!withAnim) { in StopPictureInPictureInner()

Completed in 3 milliseconds