Searched refs:CustomMeasureLayoutNode (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/ |
H A D | custom_measure_layout_node.cpp | 29 RefPtr<CustomMeasureLayoutNode> CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode( in CreateCustomMeasureLayoutNode() 32 auto node = MakeRefPtr<CustomMeasureLayoutNode>(nodeId, viewKey); in CreateCustomMeasureLayoutNode() 38 CustomMeasureLayoutNode::CustomMeasureLayoutNode(int32_t nodeId, const std::string& viewKey) in CustomMeasureLayoutNode() function in OHOS::Ace::NG::CustomMeasureLayoutNode 42 bool CustomMeasureLayoutNode::FireOnMeasure(NG::LayoutWrapper* layoutWrapper) in FireOnMeasure() 51 bool CustomMeasureLayoutNode::FireOnLayout(NG::LayoutWrapper* layoutWrapper) in FireOnLayout() 60 bool CustomMeasureLayoutNode::FireOnUpdateParam(NG::LayoutWrapper* layoutWrapper) in FireOnUpdateParam()
|
H A D | custom_measure_layout_node.h | 32 class ACE_EXPORT CustomMeasureLayoutNode : public FrameNode, public CustomNodeBase { 33 DECLARE_ACE_TYPE(CustomMeasureLayoutNode, FrameNode, CustomNodeBase); 36 …static RefPtr<CustomMeasureLayoutNode> CreateCustomMeasureLayoutNode(int32_t nodeId, const std::st… 38 CustomMeasureLayoutNode(int32_t nodeId, const std::string& viewKey); 39 ~CustomMeasureLayoutNode() override = default;
|
H A D | custom_node_layout_algorithm.cpp | 29 auto host = DynamicCast<CustomMeasureLayoutNode>(layoutWrapper->GetHostNode()); in Measure() 94 auto host = DynamicCast<CustomMeasureLayoutNode>(layoutWrapper->GetHostNode()); in Layout()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_partial_update_model_ng.cpp | 42 customNode = NG::CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode(viewId, key); in CreateNode() 43 … auto customMeasureLayoutNode = AceType::DynamicCast<NG::CustomMeasureLayoutNode>(customNode); in CreateNode()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/custom/ |
H A D | custom_test_ng.cpp | 181 auto customNode = CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode( 468 auto customNode = CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode( 657 auto customNode = CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode( 692 auto customNode = CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode( 732 auto customNode = CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode( 745 auto host = AceType::DynamicCast<CustomMeasureLayoutNode>(layoutWrapper->GetHostNode()); 977 auto customNode = CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode( 1018 auto customNode = CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode( 1239 auto customNode = CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode( 1500 auto customNode = CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode( [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/common_view/ |
H A D | common_view_layout_algorithm.h | 33 auto layoutNode = AceType::DynamicCast<CustomMeasureLayoutNode>(child->GetHostNode()); in Measure()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/stage/ |
H A D | stage_test_ng.cpp | 1062 auto child = CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode(2, "child"); 1160 auto child = CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode(2, "child"); 1220 auto child = CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode(2, "child");
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_measure_layout.cpp | 331 auto host = AceType::DynamicCast<NG::CustomMeasureLayoutNode>(layoutWrapper->GetHostNode()); in GetInstance() 440 auto host = AceType::DynamicCast<NG::CustomMeasureLayoutNode>(layoutWrapper->GetHostNode()); in GetInstance()
|
H A D | js_view.cpp | 769 auto customMeasureLayoutNode = DynamicCast<NG::CustomMeasureLayoutNode>(node); in CreateViewNode()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navrouter/ |
H A D | navrouter_pattern_test_ng.cpp | 724 auto customNode = CustomMeasureLayoutNode::CreateCustomMeasureLayoutNode(201, "Custom");
|