Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_scene.cpp287 if (config.enabled_ && self->session_->NeedStartingWindowExitAnimation()) { in BufferAvailableCallback()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/include/
H A Dsession.h259 virtual bool NeedStartingWindowExitAnimation() const { return true; } in NeedStartingWindowExitAnimation() function
H A Dscene_session.h380 bool NeedStartingWindowExitAnimation() const override;
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dscene_session.cpp4870 bool SceneSession::NeedStartingWindowExitAnimation() const in NeedStartingWindowExitAnimation() function in OHOS::Rosen::SceneSession