Home
last modified time | relevance | path

Searched refs:DIMENSION_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_water_flow_bridge.cpp28 constexpr double DIMENSION_DEFAULT = 0.0; variable
42 doubleValue.SetValue(DIMENSION_DEFAULT); in SetItemConstraintSizeSendParams()
140 if (LessNotEqual(columnsGap.Value(), DIMENSION_DEFAULT)) { in SetColumnsGap()
141 columnsGap.SetValue(DIMENSION_DEFAULT); in SetColumnsGap()
178 if (LessNotEqual(rowGap.Value(), DIMENSION_DEFAULT)) { in SetRowsGap()
179 rowGap.SetValue(DIMENSION_DEFAULT); in SetRowsGap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dwater_flow_modifier.cpp32 constexpr ArkUI_Float64 DIMENSION_DEFAULT = 0.0; variable
101 WaterFlowModelNG::SetColumnsGap(frameNode, CalcDimension(DIMENSION_DEFAULT)); in ResetColumnsGap()
122 WaterFlowModelNG::SetRowsGap(frameNode, CalcDimension(DIMENSION_DEFAULT)); in ResetRowsGap()