Lines Matching refs:WindowNode
48 static bool CheckTransition(sptr<WindowTransitionInfo> srcInfo, const sptr<WindowNode>& srcNode,
49 sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& dstNode);
51 sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode);
54 const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode);
55 static WMError NotifyAnimationMinimize(sptr<WindowTransitionInfo> srcInfo, const sptr<WindowNode>& srcNode);
56 static WMError NotifyAnimationClose(sptr<WindowTransitionInfo> srcInfo, const sptr<WindowNode>& srcNode,
59 sptr<WindowTransitionInfo> dstInfo, const sptr<WindowNode>& srcNode,
60 const sptr<WindowNode>& dstNode, const TransitionEvent event);
61 static void NotifyAnimationUpdateWallpaper(sptr<WindowNode> node);
67 static WMError NotifyAnimationScreenUnlock(std::function<void(void)> callback, sptr<WindowNode> node);
77 const std::function<void(void)>& callback, sptr<WindowNode> windowNode);
88 const sptr<WindowNode>& windowNode);
90 const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode,
93 const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode, bool needMinimizeSrcNode);
95 const sptr<WindowNode>& srcNode, TransitionEvent event);
96 static void ProcessNodeStateTask(sptr<WindowNode>& node);
97 static void GetExpectRect(const sptr<WindowNode>& dstNode, const sptr<RSWindowAnimationTarget>& dstTarget);
98 static void PostProcessShowCallback(const sptr<WindowNode>& node);
99 static void ExecuteFinalStateTask(sptr<WindowNode>& node);
101 std::vector<wptr<WindowNode>> needMinimizeAppNodes);
103 const sptr<WindowNode>& srcNode, const sptr<WindowNode>& dstNode);