/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | water_flow_composed_element.cpp | 30 { "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 D | grid_composed_element.cpp | 31 { "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 D | water_flow_composed_element.h | 40 std::string GetRowsGap() const;
|
H A D | grid_composed_element.h | 42 std::string GetRowsGap() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | grid_modifier.cpp | 401 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 D | water_flow_modifier.cpp | 287 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 D | grid_adaptive_layout_algorithm.cpp | 76 …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 D | grid_utils.cpp | 53 return ConvertToPx(props->GetRowsGap().value_or(0.0_vp), scale, frameHeight).value_or(0); in GetRowGap()
|
H A D | grid_model_ng.h | 106 static float GetRowsGap(FrameNode* frameNode);
|
H A D | grid_model_ng.cpp | 561 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 D | water_flow_component.h | 60 const Dimension& GetRowsGap() const in GetRowsGap() function
|
H A D | render_water_flow.h | 153 const Dimension& GetRowsGap() const in GetRowsGap() function
|
H A D | render_water_flow.cpp | 71 userRowGap_ = component_->GetRowsGap(); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_model_ng.h | 84 static float GetRowsGap(FrameNode* frameNode);
|
H A D | water_flow_model_ng.cpp | 536 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 D | water_flow_segmented_layout.cpp | 228 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 D | water_flow_layout_algorithm.cpp | 47 …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 D | grid_layout_algorithm.cpp | 72 …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 D | grid_attr_test_ng.cpp | 117 EXPECT_EQ(layoutProperty_->GetRowsGap(), std::nullopt);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/ |
H A D | water_flow_layout_sw.cpp | 144 …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 D | grid_scroll_layout_algorithm.cpp | 329 …auto rowsGap = ConvertToPx(layoutProperty->GetRowsGap().value_or(0.0_vp), scale, frameSize.Height(… in InitialItemsCrossSize()
|