/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | waterflow_section_option.h | 28 float rowsGap; member
|
/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() local 179 …auto rowsGap = ConvertToPx(layoutProperty->GetRowsGap().value_or(0.0_vp), scale, frameSize.Height(… in CalculateChildOffset() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_sections.h | 53 std::optional<Dimension> rowsGap; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | water_flow_component.cpp | 42 void WaterFlowComponent::SetRowsGap(const Dimension& rowsGap) in SetRowsGap()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-waterflow.md | 296 ### rowsGap subsection
|
H A D | ts-container-grid.md | 175 ### rowsGap subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-waterflow.md | 296 ### rowsGap subsection
|
H A D | ts-container-grid.md | 175 ### rowsGap subsection
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_water_flow_sections.cpp | 98 auto rowsGap = obj->GetProperty("rowsGap"); in ParseGaps() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/ |
H A D | water_flow_layout_algorithm.cpp | 47 …auto rowsGap = ConvertToPx(layoutProperty->GetRowsGap().value_or(0.0_vp), scale, frameSize.Height(… in InitialItemsCrossSize() local
|
H A D | water_flow_segmented_layout.cpp | 256 …auto rowsGap = ConvertToPx(props->GetRowsGap().value_or(0.0_vp), scale, frameSize.Height()).value_… in RegularInit() local
|
/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() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_model_ng.cpp | 417 void GridModelNG::SetRowsGap(FrameNode* frameNode, const Dimension& rowsGap) in SetRowsGap()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | grid_modifier.cpp | 95 void SetGridRowsGap(ArkUINodeHandle node, const struct ArkUIResourceLength* rowsGap) in SetGridRowsGap()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_grid_bridge.cpp | 222 struct ArkUIResourceLength rowsGap = { 0.0, 0, nullptr }; in SetRowsGap() local
|
/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() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 5950 rowsGap(value) { method in ArkGridComponent 29498 rowsGap(value) { method in ArkWaterFlowComponent
|