Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.cpp241 CHECK_NULL_VOID(layoutDoneHandleFunc_); in HandleLayoutDoneCallBack()
243 layoutDoneHandleFunc_(); in HandleLayoutDoneCallBack()
287 layoutDoneHandleFunc_ = func; in SetLayoutDoneHandleFunc()
H A Dobserver_handler.h190 LayoutDoneHandleFunc layoutDoneHandleFunc_ = nullptr; variable