Searched refs:fromAnimation (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | window_node_container.h | 43 WMError RemoveWindowNode(sptr<WindowNode>& node, bool fromAnimation = false); 174 void RemoveFromRsTreeWhenRemoveWindowNode(sptr<WindowNode>& node, bool fromAnimation); 182 void HandleRemoveWindowDisplayOrientation(sptr<WindowNode>& node, bool fromAnimation);
|
H A D | window_controller.h | 45 WMError RemoveWindowNode(uint32_t windowId, bool fromAnimation = false);
|
H A D | window_root.h | 54 WMError RemoveWindowNode(uint32_t windowId, bool fromAnimation = false);
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 366 …ndowNodeContainer::RemoveFromRsTreeWhenRemoveWindowNode(sptr<WindowNode>& node, bool fromAnimation) in RemoveFromRsTreeWhenRemoveWindowNode() argument 368 if (fromAnimation || (RemoteAnimation::IsRemoteAnimationEnabledAndFirst(node->GetDisplayId()) && in RemoveFromRsTreeWhenRemoveWindowNode() 411 WMError WindowNodeContainer::RemoveWindowNode(sptr<WindowNode>& node, bool fromAnimation) in RemoveWindowNode() argument 425 RemoveFromRsTreeWhenRemoveWindowNode(node, fromAnimation); in RemoveWindowNode() 453 HandleRemoveWindowDisplayOrientation(node, fromAnimation); in RemoveWindowNode() 457 …ndowNodeContainer::HandleRemoveWindowDisplayOrientation(sptr<WindowNode>& node, bool fromAnimation) in HandleRemoveWindowDisplayOrientation() argument 470 if (!fromAnimation) { in HandleRemoveWindowDisplayOrientation()
|
H A D | window_controller.cpp | 594 WMError WindowController::RemoveWindowNode(uint32_t windowId, bool fromAnimation) in RemoveWindowNode() argument 601 auto removeFunc = [this, windowId, windowNode, fromAnimation]() { in RemoveWindowNode() 602 WMError res = windowRoot_->RemoveWindowNode(windowId, fromAnimation); in RemoveWindowNode()
|
H A D | window_root.cpp | 855 WMError WindowRoot::RemoveWindowNode(uint32_t windowId, bool fromAnimation) in RemoveWindowNode() argument 872 WMError res = container->RemoveWindowNode(node, fromAnimation); in RemoveWindowNode()
|