Searched defs:dstNode (Results 1 - 7 of 7) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | bilateral_spring_adapter.cpp | 75 RefPtr<SpringNode> dstNode; in MoveNode() local
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_root_test.cpp | 1198 sptr<WindowNode> dstNode = new WindowNode(); in HWTEST_F() local
|
H A D | remote_animation_test.cpp | 226 sptr<WindowNode> dstNode = StartingWindow::CreateWindowNode(transitionInfo_, 1); in HWTEST_F() local 245 sptr<WindowNode> dstNode = StartingWindow::CreateWindowNode(transitionInfo_, 1); in HWTEST_F() local 263 sptr<WindowNode> dstNode = StartingWindow::CreateWindowNode(transitionInfo_, 1); HWTEST_F() local 350 sptr<WindowNode> dstNode = nullptr; HWTEST_F() local 371 sptr<WindowNode> dstNode = nullptr; HWTEST_F() local 539 sptr<WindowNode> dstNode = nullptr; HWTEST_F() local 590 sptr<WindowNode> dstNode = nullptr; HWTEST_F() local 659 sptr<WindowNode> dstNode = nullptr; HWTEST_F() local 777 sptr<WindowNode> dstNode = new WindowNode(CreateWindowProperty(3)); // 3 is windowId HWTEST_F() local 1117 sptr<WindowNode> dstNode = new WindowNode(); HWTEST_F() local [all...] |
H A D | window_controller_test.cpp | 167 sptr<WindowNode> dstNode = StartingWindow::CreateWindowNode(dstInfo, 103); // 103 is windowId in HWTEST_F() local
|
/foundation/window/window_manager/wmserver/src/ |
H A D | remote_animation.cpp | 138 CheckTransition(sptr<WindowTransitionInfo> srcInfo, const sptr<WindowNode>& srcNode, sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& dstNode) CheckTransition() argument 213 GetTransitionEvent(sptr<WindowTransitionInfo> srcInfo, sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode) GetTransitionEvent() argument 249 GetTransitionFinishedCallback( const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode) GetTransitionFinishedCallback() argument 287 NotifyAnimationStartApp(sptr<WindowTransitionInfo> srcInfo, const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode, sptr<RSWindowAnimationTarget>& dstTarget, sptr<RSWindowAnimationFinishedCallback>& finishedCallback) NotifyAnimationStartApp() argument 313 GetExpectRect(const sptr<WindowNode>& dstNode, const sptr<RSWindowAnimationTarget>& dstTarget) GetExpectRect() argument 343 NotifyAnimationTransition(sptr<WindowTransitionInfo> srcInfo, sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode) NotifyAnimationTransition() argument 488 NotifyAnimationBackTransition(sptr<WindowTransitionInfo> srcInfo, sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode, const TransitionEvent event) NotifyAnimationBackTransition() argument 909 CreateShowAnimationFinishedCallback( const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode, bool needMinimizeSrcNode) CreateShowAnimationFinishedCallback() argument [all...] |
H A D | window_root.cpp | 693 Rect WindowRoot::GetDisplayRectWithoutSystemBarAreas(const sptr<WindowNode> dstNode) in GetDisplayRectWithoutSystemBarAreas() argument
|
H A D | window_controller.cpp | 139 sptr<WindowNode> dstNode = nullptr; in NotifyWindowTransition() local
|
Completed in 17 milliseconds