Home
last modified time | relevance | path

Searched refs:GetRowsGap (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dwater_flow_composed_element.cpp30 { "rowsGap", [](const WaterFlowComposedElement& inspector) { return inspector.GetRowsGap(); } }, in __anon0f5490960502()
47 std::string("rowsGap: ").append(GetRowsGap())); in Dump()
103 std::string WaterFlowComposedElement::GetRowsGap() const in GetRowsGap() function in OHOS::Ace::V2::WaterFlowComposedElement
112 return waterFlow->GetRowsGap().ToString(); in GetRowsGap()
H A Dgrid_composed_element.cpp31 { "rowsGap", [](const GridComposedElement& inspector) { return inspector.GetRowsGap(); } }, in __anon042a19020502()
55 std::string("rowsGap: ").append(GetRowsGap())); in Dump()
119 std::string GridComposedElement::GetRowsGap() const in GetRowsGap() function in OHOS::Ace::V2::GridComposedElement
H A Dwater_flow_composed_element.h40 std::string GetRowsGap() const;
H A Dgrid_composed_element.h42 std::string GetRowsGap() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgrid_modifier.cpp401 ArkUI_Float32 GetRowsGap(ArkUINodeHandle node) in GetRowsGap() function
405 return GridModelNG::GetRowsGap(frameNode); in GetRowsGap()
500 …SetFriction, ResetFriction, GetColumnsTemplate, GetRowsTemplate, GetColumnsGap, GetRowsGap, SetNod… in GetGridModifier()
517 …GetRowsTemplate, GetColumnsGap, GetRowsGap, SetNodeAdapter, ResetNodeAdapter, GetNodeAdapter, SetC… in GetCJUIGridModifier()
H A Dwater_flow_modifier.cpp287 ArkUI_Float32 GetRowsGap(ArkUINodeHandle node) in GetRowsGap() function
291 return WaterFlowModelNG::GetRowsGap(frameNode); in GetRowsGap()
667 …GetColumnsGap, GetRowsGap, GetWaterFlowNestedScroll, SetNodeAdapter, ResetNodeAdapter, GetNodeAdap… in GetWaterFlowModifier()
688 …GetColumnsGap, GetRowsGap, GetWaterFlowNestedScroll, SetNodeAdapter, ResetNodeAdapter, GetNodeAdap… in GetCJUIWaterFlowModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/
H A Dgrid_adaptive_layout_algorithm.cpp76 …auto rowsGap = ConvertToPx(gridLayoutProperty->GetRowsGap().value_or(0.0_vp), scale, refHeight).va… in Measure()
179 …auto rowsGap = ConvertToPx(layoutProperty->GetRowsGap().value_or(0.0_vp), scale, frameSize.Height(… in CalculateChildOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_utils.cpp53 return ConvertToPx(props->GetRowsGap().value_or(0.0_vp), scale, frameHeight).value_or(0); in GetRowGap()
H A Dgrid_model_ng.h106 static float GetRowsGap(FrameNode* frameNode);
H A Dgrid_model_ng.cpp561 float GridModelNG::GetRowsGap(FrameNode* frameNode) in GetRowsGap() function in OHOS::Ace::NG::GridModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_component.h60 const Dimension& GetRowsGap() const in GetRowsGap() function
H A Drender_water_flow.h153 const Dimension& GetRowsGap() const in GetRowsGap() function
H A Drender_water_flow.cpp71 userRowGap_ = component_->GetRowsGap(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_model_ng.h84 static float GetRowsGap(FrameNode* frameNode);
H A Dwater_flow_model_ng.cpp536 float WaterFlowModelNG::GetRowsGap(FrameNode* frameNode) in GetRowsGap() function in OHOS::Ace::NG::WaterFlowModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_segmented_layout.cpp228 auto rowGap = options[i].rowsGap.value_or(props->GetRowsGap().value_or(0.0_vp)); in SegmentedInit()
256 …auto rowsGap = ConvertToPx(props->GetRowsGap().value_or(0.0_vp), scale, frameSize.Height()).value_… in RegularInit()
H A Dwater_flow_layout_algorithm.cpp47 …auto rowsGap = ConvertToPx(layoutProperty->GetRowsGap().value_or(0.0_vp), scale, frameSize.Height(… in InitialItemsCrossSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_layout/
H A Dgrid_layout_algorithm.cpp72 …rowsGap_ = ConvertToPx(layoutProperty->GetRowsGap().value_or(0.0_vp), scale, idealSize.Height()).v… in InitGridCeils()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_attr_test_ng.cpp117 EXPECT_EQ(layoutProperty_->GetRowsGap(), std::nullopt);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_sw.cpp144 …auto rowsGap = ConvertToPx(props->GetRowsGap().value_or(0.0_vp), scale, frameSize.Height()).value_… in SingleInit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
H A Dgrid_scroll_layout_algorithm.cpp329 …auto rowsGap = ConvertToPx(layoutProperty->GetRowsGap().value_or(0.0_vp), scale, frameSize.Height(… in InitialItemsCrossSize()