Home
last modified time | relevance | path

Searched defs:customMeasureLayoutNode (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dview_partial_update_model_ng.cpp43 … auto customMeasureLayoutNode = AceType::DynamicCast<NG::CustomMeasureLayoutNode>(customNode); in CreateNode() local
/foundation/arkui/ace_engine/test/unittest/core/layout/
Dlayout_property_test_ng_two.cpp1181 …auto customMeasureLayoutNode = CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode(2, V2::TEXT_… variable
1209 …auto customMeasureLayoutNode = CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode(2, V2::TEXT_… variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_view.cpp820 auto customMeasureLayoutNode = DynamicCast<NG::CustomMeasureLayoutNode>(node); in CreateViewNode() local