Home
last modified time | relevance | path

Searched refs:NotifyIsCustomAnimationPlaying (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsub_session.cpp67 session->NotifyIsCustomAnimationPlaying(true); in Show()
107 session->NotifyIsCustomAnimationPlaying(true); in Hide()
H A Dsystem_session.cpp104 session->NotifyIsCustomAnimationPlaying(true); in Show()
145 session->NotifyIsCustomAnimationPlaying(true); in Hide()
H A Dscene_session.cpp3163 void SceneSession::NotifyIsCustomAnimationPlaying(bool isPlaying) in NotifyIsCustomAnimationPlaying() function in OHOS::Rosen::SceneSession
3192 session->NotifyIsCustomAnimationPlaying(false); in UpdateWindowSceneAfterCustomAnimation()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp828 HWTEST_F(SceneSessionTest, NotifyIsCustomAnimationPlaying, Function | SmallTest | Level2)
841 sceneSession->NotifyIsCustomAnimationPlaying(false);
844 sceneSession->NotifyIsCustomAnimationPlaying(false);
H A Dscene_session_test2.cpp1773 sceneSession->NotifyIsCustomAnimationPlaying(isPlaying);
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h543 void NotifyIsCustomAnimationPlaying(bool isPlaying);