/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | grid_composed_element.cpp | 27 { "rowsTemplate", [](const GridComposedElement& inspector) { return inspector.GetRowsTemplate(); } }, 49 std::string("rowsTemplate: ").append(GetRowsTemplate())); in Dump() 86 std::string GridComposedElement::GetRowsTemplate() const in GetRowsTemplate() function in OHOS::Ace::V2::GridComposedElement
|
H A D | water_flow_composed_element.cpp | 26 { "rowsTemplate", [](const WaterFlowComposedElement& inspector) { return inspector.GetRowsTemplate(); } }, 41 std::string("rowsTemplate: ").append(GetRowsTemplate())); in Dump() 73 std::string WaterFlowComposedElement::GetRowsTemplate() const in GetRowsTemplate() function in OHOS::Ace::V2::WaterFlowComposedElement
|
H A D | water_flow_composed_element.h | 38 std::string GetRowsTemplate() const;
|
H A D | grid_composed_element.h | 40 std::string GetRowsTemplate() const;
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | grid_modifier.cpp | 382 ArkUI_CharPtr GetRowsTemplate(ArkUINodeHandle node) in GetRowsTemplate() function 386 g_strValue = GridModelNG::GetRowsTemplate(frameNode); in GetRowsTemplate() 496 SetFriction, ResetFriction, GetColumnsTemplate, GetRowsTemplate, GetColumnsGap, GetRowsGap, SetNodeAdapter, in GetGridModifier() 513 GetRowsTemplate, GetColumnsGap, GetRowsGap, SetNodeAdapter, ResetNodeAdapter, GetNodeAdapter, SetCachedCount, in GetCJUIGridModifier()
|
H A D | water_flow_modifier.cpp | 267 ArkUI_CharPtr GetRowsTemplate(ArkUINodeHandle node) in GetRowsTemplate() function 271 g_strValue = WaterFlowModelNG::GetRowsTemplate(frameNode); in GetRowsTemplate() 661 SetWaterFlowFriction, ResetWaterFlowFriction, GetLayoutDirection, GetColumnsTemplate, GetRowsTemplate, in GetWaterFlowModifier() 682 SetWaterFlowFriction, ResetWaterFlowFriction, GetLayoutDirection, GetColumnsTemplate, GetRowsTemplate, in GetCJUIWaterFlowModifier()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_model_ng.h | 104 static std::string GetRowsTemplate(FrameNode* frameNode);
|
H A D | grid_model_ng.cpp | 536 std::string GridModelNG::GetRowsTemplate(FrameNode* frameNode) in GetRowsTemplate() function in OHOS::Ace::NG::GridModelNG
|
H A D | grid_pattern.cpp | 49 StringUtils::StringSplitter(gridLayoutProperty->GetRowsTemplate().value_or(""), ' ', rows); in CreateLayoutAlgorithm() 1753 DumpLog::GetInstance().AddDesc("RowsTemplate:", property->GetRowsTemplate()->c_str()); 2149 json->Put("RowsTemplate", property->GetRowsTemplate()->c_str());
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_model_ng.h | 82 static std::string GetRowsTemplate(FrameNode* frameNode);
|
H A D | water_flow_pattern.cpp | 793 DumpLog::GetInstance().AddDesc("RowsTemplate:", property->GetRowsTemplate()->c_str());
|
H A D | water_flow_model_ng.cpp | 516 std::string WaterFlowModelNG::GetRowsTemplate(FrameNode* frameNode) in GetRowsTemplate() function in OHOS::Ace::NG::WaterFlowModelNG
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
H A D | grid_irregular_layout_algorithm.cpp | 103 if (props->GetRowsTemplate()) { in Init() 105 args = props->GetRowsTemplate().value_or(""); in Init()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/ |
H A D | grid_layout_algorithm.cpp | 66 auto rows = ParseTemplateArgs(GridUtils::ParseArgs(layoutProperty->GetRowsTemplate().value_or("")), in InitGridCeils()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_layout_algorithm.cpp | 43 auto rowsTemplate = layoutProperty->GetRowsTemplate().value_or("1fr"); in InitialItemsCrossSize()
|
H A D | water_flow_segmented_layout.cpp | 245 auto rowsTemplate = props_->GetRowsTemplate().value_or("1fr"); in RegularInit()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/ |
H A D | water_flow_layout_sw.cpp | 134 auto rowsTemplate = props_->GetRowsTemplate().value_or("1fr"); in SingleInit()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/ |
H A D | grid_scroll_layout_algorithm.cpp | 319 auto rowsTemplate = layoutProperty->GetRowsTemplate().value_or(""); in InitialItemsCrossSize()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 11859 const ArkUI_AttributeItem* GetRowsTemplate(ArkUI_NodeHandle node) in GetRowsTemplate() function 14068 static Getter* getters[] = { GetLayoutDirection, GetColumnsTemplate, GetRowsTemplate, GetWaterFlowColumnsGap, in GetWaterFlowAttribute()
|