Home
last modified time | relevance | path

Searched refs:PostProcessShowCallback (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dremote_animation.h97 static void PostProcessShowCallback(const sptr<WindowNode>& node);
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dremote_animation_test.cpp540 RemoteAnimation::PostProcessShowCallback(dstNode);
545 RemoteAnimation::PostProcessShowCallback(node_);
550 RemoteAnimation::PostProcessShowCallback(node_);
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dremote_animation.cpp768 void RemoteAnimation::PostProcessShowCallback(const sptr<WindowNode>& node) in PostProcessShowCallback() function in OHOS::Rosen::RemoteAnimation
893 PostProcessShowCallback(node); in ProcessNodeStateTask()