Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h64 using NotifyWindowAnimationFlagChangeFunc = std::function<void(const bool flag)>; variable
416 void RegisterDefaultAnimationFlagChangeCallback(NotifyWindowAnimationFlagChangeFunc&& callback);
854 NotifyWindowAnimationFlagChangeFunc onWindowAnimationFlagChange_;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp1030 NotifyWindowAnimationFlagChangeFunc func = [](const bool flag) { in __anon5c05cf570e02()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp792 void SceneSession::RegisterDefaultAnimationFlagChangeCallback(NotifyWindowAnimationFlagChangeFunc&&… in RegisterDefaultAnimationFlagChangeCallback()