Home
last modified time | relevance | path

Searched refs:onWindowAnimationFlagChange_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp800 session->onWindowAnimationFlagChange_ = std::move(callback); in RegisterDefaultAnimationFlagChangeCallback()
801 session->onWindowAnimationFlagChange_(session->IsNeedDefaultAnimation()); in RegisterDefaultAnimationFlagChangeCallback()
3104 if (session->onWindowAnimationFlagChange_) { in UpdateWindowAnimationFlag()
3105 session->onWindowAnimationFlagChange_(needDefaultAnimationFlag); in UpdateWindowAnimationFlag()
3115 if (onWindowAnimationFlagChange_) { in SetWindowAnimationFlag()
3116 onWindowAnimationFlagChange_(needDefaultAnimationFlag); in SetWindowAnimationFlag()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp1027 session->onWindowAnimationFlagChange_ = nullptr;
1033 session->onWindowAnimationFlagChange_ = func;
H A Dscene_session_test2.cpp2090 sceneSession->onWindowAnimationFlagChange_ = [](bool isNeedDefaultAnimationFlag) {}; in __anon5bcf85d41402()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h854 NotifyWindowAnimationFlagChangeFunc onWindowAnimationFlagChange_; variable