Home
last modified time | relevance | path

Searched defs:columnsGap (Results 1 – 15 of 15) sorted by relevance

/foundation/arkui/ace_engine/interfaces/native/node/
Dwaterflow_section_option.h27 float columnsGap; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_adaptive/
Dgrid_adaptive_layout_algorithm.cpp77 …auto columnsGap = ConvertToPx(gridLayoutProperty->GetColumnsGap().value_or(0.0_vp), scale, refWidt… in Measure() local
180 auto columnsGap = in CalculateChildOffset() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
Dwater_flow_sections.h52 std::optional<Dimension> columnsGap; member
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
Dwater_flow_component.cpp32 void WaterFlowComponent::SetColumnsGap(const Dimension& columnsGap) in SetColumnsGap()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_water_flow_sections.cpp89 auto columnsGap = obj->GetProperty("columnsGap"); in ParseGaps() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkWaterFlow.ts323 columnsGap(value: Length): this { method in ArkWaterFlowComponent
DArkGrid.ts48 columnsGap(value: Length): this { method in ArkGridComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
Dwater_flow_layout_algorithm.cpp48 auto columnsGap = in InitialItemsCrossSize() local
Dwater_flow_segmented_layout.cpp257 …auto columnsGap = ConvertToPx(props->GetColumnsGap().value_or(0.0_vp), scale, frameSize.Width()).v… in RegularInit() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
Dwater_flow_layout_sw.cpp145 …auto columnsGap = ConvertToPx(props->GetColumnsGap().value_or(0.0_vp), scale, frameSize.Width()).v… in SingleInit() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
Dgrid_model_ng.cpp410 void GridModelNG::SetColumnsGap(FrameNode* frameNode, const Dimension& columnsGap) in SetColumnsGap()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dgrid_modifier.cpp71 void SetGridColumnsGap(ArkUINodeHandle node, const struct ArkUIResourceLength* columnsGap) in SetGridColumnsGap()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
Darkts_native_water_flow_bridge.cpp135 CalcDimension columnsGap; in SetColumnsGap() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/grid_scroll/
Dgrid_scroll_layout_algorithm.cpp330 auto columnsGap = in InitialItemsCrossSize() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js6030 columnsGap(value) { method in ArkGridComponent
30272 columnsGap(value) { method in ArkWaterFlowComponent