Home
last modified time | relevance | path

Searched defs:dstNode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp226 sptr<WindowNode> dstNode = StartingWindow::CreateWindowNode(transitionInfo_, 1); variable
245 sptr<WindowNode> dstNode = StartingWindow::CreateWindowNode(transitionInfo_, 1); variable
263 sptr<WindowNode> dstNode = StartingWindow::CreateWindowNode(transitionInfo_, 1); variable
350 sptr<WindowNode> dstNode = nullptr; variable
371 sptr<WindowNode> dstNode = nullptr; variable
539 sptr<WindowNode> dstNode = nullptr; variable
590 sptr<WindowNode> dstNode = nullptr; variable
659 sptr<WindowNode> dstNode = nullptr; variable
777 sptr<WindowNode> dstNode = new WindowNode(CreateWindowProperty(3)); // 3 is windowId variable
1117 sptr<WindowNode> dstNode = new WindowNode(); variable
H A Dwindow_root_test.cpp1198 sptr<WindowNode> dstNode = new WindowNode(); variable
H A Dwindow_controller_test.cpp167 sptr<WindowNode> dstNode = StartingWindow::CreateWindowNode(dstInfo, 103); // 103 is windowId variable
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp139 sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& dstNode) in CheckTransition()
214 …tr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode) in GetTransitionEvent()
250 const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode) in GetTransitionFinishedCallback()
288 const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode, in NotifyAnimationStartApp()
313 void RemoteAnimation::GetExpectRect(const sptr<WindowNode>& dstNode, const sptr<RSWindowAnimationTa… in GetExpectRect()
345 const sptr<WindowNode>& dstNode) in NotifyAnimationTransition()
490 const sptr<WindowNode>& dstNode, const TransitionEvent event) in NotifyAnimationBackTransition()
910 const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode, bool needMinimizeSrcNode) in CreateShowAnimationFinishedCallback()
H A Dwindow_controller.cpp139 sptr<WindowNode> dstNode = nullptr; in NotifyWindowTransition() local
H A Dwindow_root.cpp694 Rect WindowRoot::GetDisplayRectWithoutSystemBarAreas(const sptr<WindowNode> dstNode) in GetDisplayRectWithoutSystemBarAreas()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dbilateral_spring_adapter.cpp75 RefPtr<SpringNode> dstNode; in MoveNode() local