Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_layout_algorithm.h62 RefPtr<MeasureLayoutParam> GetMeasureLayoutParam() in GetMeasureLayoutParam() function
H A Dcustom_measure_layout_node.h64 RefPtr<MeasureLayoutParam> GetMeasureLayoutParam() const in GetMeasureLayoutParam() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_measure_layout.cpp333 auto jsParam = AceType::DynamicCast<JSMeasureLayoutParam>(host->GetMeasureLayoutParam()); in GetInstance()
442 auto jsParam = AceType::DynamicCast<JSMeasureLayoutParamNG>(host->GetMeasureLayoutParam()); in GetInstance()