Home
last modified time | relevance | path

Searched defs:calcLayoutConstraint (Results 1 – 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Dform_render_window.cpp146 const auto& calcLayoutConstraint = root->GetLayoutProperty()->GetCalcLayoutConstraint(); in SetRootFrameNode() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/option/
Doption_test_ng.cpp273 MeasureProperty calcLayoutConstraint; variable
/foundation/arkui/ace_engine/test/unittest/core/base/frame_node/
Dframe_node_test_ng.cpp182 MeasureProperty calcLayoutConstraint; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/image_animator/
Dimage_animator_test_ng.cpp777 const auto& calcLayoutConstraint = imageLayoutProperty->GetCalcLayoutConstraint(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/
Dnavigation_layout_algorithm.cpp176 auto& calcLayoutConstraint = layoutProperty->GetCalcLayoutConstraint(); in IsAutoHeight() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_layout_algorithm.cpp56 … const auto& calcLayoutConstraint = layoutWrapper->GetLayoutProperty()->GetCalcLayoutConstraint(); in Measure() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/base/
Dmock_frame_node.cpp153 void FrameNode::UpdateLayoutConstraint(const MeasureProperty& calcLayoutConstraint) in UpdateLayoutConstraint()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/navigation/
Dnavigation_test_ng.cpp2698 std::unique_ptr<MeasureProperty> calcLayoutConstraint = std::make_unique<MeasureProperty>(); variable
2846 std::unique_ptr<MeasureProperty> calcLayoutConstraint = std::make_unique<MeasureProperty>(); variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
Dframe_node.cpp1167 void FrameNode::UpdateLayoutConstraint(const MeasureProperty& calcLayoutConstraint) in UpdateLayoutConstraint()
1318 const auto& calcLayoutConstraint = layoutProperty_->GetCalcLayoutConstraint(); in IsNeedRequestParentMeasure() local