Home
last modified time | relevance | path

Searched refs:isRootSceneLastFrameLayoutFinishedFunc_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h936 IsRootSceneLastFrameLayoutFinishedFunc isRootSceneLastFrameLayoutFinishedFunc_; variable
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4715 isRootSceneLastFrameLayoutFinishedFunc_ = std::move(func); in SetIsRootSceneLastFrameLayoutFinishedFunc()
11481 if (isRootSceneLastFrameLayoutFinishedFunc_ == nullptr) { in IsLastFrameLayoutFinished()
11485 isLayoutFinished = isRootSceneLastFrameLayoutFinishedFunc_(); in IsLastFrameLayoutFinished()