Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_measure_layout.h58 JSRef<JSObject> GetSelfLayoutInfo();
H A Djs_view_functions.cpp70 auto selfLayoutInfo = jsParam->GetSelfLayoutInfo(); in ExecutePlaceChildren()
94 auto selfLayoutInfo = jsParam->GetSelfLayoutInfo(); in ExecuteMeasureSize()
H A Djs_view_measure_layout.cpp400 JSRef<JSObject> JSMeasureLayoutParamNG::GetSelfLayoutInfo() in GetSelfLayoutInfo() function in OHOS::Ace::Framework::JSMeasureLayoutParamNG