Home
last modified time | relevance | path

Searched refs:IsLastFrameLayoutFinished (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/include/
H A Droot_scene.h58 bool IsLastFrameLayoutFinished();
/ohos5.0/foundation/window/window_manager/wm/src/
H A Droot_scene.cpp229 bool RootScene::IsLastFrameLayoutFinished() in IsLastFrameLayoutFinished() function in OHOS::Rosen::RootScene
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h610 WSError IsLastFrameLayoutFinished(bool& isLayoutFinished);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp1710 return this->IsLastFrameLayoutFinished(isLayoutFinished); in CreateSceneSession()
8686 IsLastFrameLayoutFinished(isLastFrameLayoutFinished); in NotifySessionAINavigationBarChange()
11479 WSError SceneSessionManager::IsLastFrameLayoutFinished(bool& isLayoutFinished) in IsLastFrameLayoutFinished() function in OHOS::Rosen::SceneSessionManager
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_session_manager.cpp603 return RootScene::staticRootScene_->IsLastFrameLayoutFinished(); in RegisterRootSceneCallbacksOnSSManager()