Searched refs:NotifyAnimationClose (Results 1 - 4 of 4) sorted by relevance
/foundation/window/window_manager/wmserver/include/ |
H A D | remote_animation.h | 56 static WMError NotifyAnimationClose(sptr<WindowTransitionInfo> srcInfo, const sptr<WindowNode>& srcNode,
|
/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | remote_animation_test.cpp | 746 * @tc.desc: NotifyAnimationClose 751 WMError ret = RemoteAnimation::NotifyAnimationClose(transitionInfo_, node_, TransitionEvent::CLOSE); in HWTEST_F() 755 ret = RemoteAnimation::NotifyAnimationClose(transitionInfo_, node_, TransitionEvent::CLOSE); in HWTEST_F() 759 ret = RemoteAnimation::NotifyAnimationClose(transitionInfo_, node_, TransitionEvent::CLOSE); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | remote_animation.cpp | 425 WMError RemoteAnimation::NotifyAnimationClose(sptr<WindowTransitionInfo> srcInfo, const sptr<WindowNode>& srcNode, in NotifyAnimationClose() function in OHOS::Rosen::RemoteAnimation
|
H A D | window_controller.cpp | 161 return RemoteAnimation::NotifyAnimationClose(srcInfo, srcNode, transitionEvent); in NotifyWindowTransition()
|
Completed in 8 milliseconds