Home
last modified time | relevance | path

Searched refs:SetLayoutDoneHandleFunc (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dobserver_handler.h178 void SetLayoutDoneHandleFunc(DrawCommandSendHandleFunc func);
H A Dobserver_handler.cpp285 void UIObserverHandler::SetLayoutDoneHandleFunc(LayoutDoneHandleFunc func) in SetLayoutDoneHandleFunc() function in OHOS::Ace::NG::UIObserverHandler
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/observer/
H A Djs_ui_observer.cpp697 … NG::UIObserverHandler::GetInstance().SetLayoutDoneHandleFunc(&UIObserver::HandLayoutDoneChange); in ProcessLayoutDoneRegister()