Home
last modified time | relevance | path

Searched refs:userColGap_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.h150 return userColGap_; in GetColumnsGap()
270 Dimension userColGap_ = 0.0_px; variable
H A Drender_water_flow.cpp70 userColGap_ = component_->GetColumnsGap(); in Update()
323 crossGap_ = NormalizePercentToPx(userColGap_, false); in CallGap()
326 mainGap_ = NormalizePercentToPx(userColGap_, false); in CallGap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h164 return userColGap_; in GetColumns()
459 Dimension userColGap_ = 0.0_px; variable
H A Drender_grid_layout.cpp87 userColGap_ = grid->GetColumnGap(); in Update()
481 colGap_ = NormalizePercentToPx(userColGap_, false); in InitialGridProp()
1554 colGap_ = NormalizePercentToPx(userColGap_, false); in InitialDynamicGridProp()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp104 …rowsArgs_ != grid->GetRowsArgs() || userColGap_ != grid->GetColumnGap() || userRowGap_ != grid->Ge… in NeedUpdate()
446 colGap_ = NormalizePercentToPx(userColGap_, false); in InitialGridProp()