Home
last modified time | relevance | path

Searched refs:userRowGap_ (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.h155 return userRowGap_; in GetRowsGap()
271 Dimension userRowGap_ = 0.0_px; variable
H A Drender_water_flow.cpp71 userRowGap_ = component_->GetRowsGap(); in Update()
322 mainGap_ = NormalizePercentToPx(userRowGap_, true); in CallGap()
325 crossGap_ = NormalizePercentToPx(userRowGap_, true); in CallGap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.h169 return userRowGap_; in GetRows()
460 Dimension userRowGap_ = 0.0_px; variable
H A Drender_grid_layout.cpp88 userRowGap_ = grid->GetRowGap(); in Update()
480 rowGap_ = NormalizePercentToPx(userRowGap_, true); in InitialGridProp()
1553 rowGap_ = NormalizePercentToPx(userRowGap_, true); 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()
445 rowGap_ = NormalizePercentToPx(userRowGap_, true); in InitialGridProp()