Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h853 NotifyIsCustomAnimationPlayingCallback onIsCustomAnimationPlaying_; variable
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp3166 if (onIsCustomAnimationPlaying_) { in NotifyIsCustomAnimationPlaying()
3167 onIsCustomAnimationPlaying_(isPlaying); in NotifyIsCustomAnimationPlaying()
5015 session->onIsCustomAnimationPlaying_ = std::move(callback); in RegisterIsCustomAnimationPlayingCallback()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp843 sceneSession->onIsCustomAnimationPlaying_ = [](bool status) {}; in __anoneb811a820202()