Home
last modified time | relevance | path

Searched refs:currentSizeType_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dgrid_container_info.cpp40 if (sizeType_ != GridSizeType::UNDEFINED && currentSizeType_ == GridSizeType::UNDEFINED) { in BuildColumnWidth()
43 currentSizeType_ = sizeType_; in BuildColumnWidth()
46 if (currentSizeType_ != systemGridInfo.sizeType) { in BuildColumnWidth()
48 currentSizeType_ = systemGridInfo.sizeType; in BuildColumnWidth()
75 return sizeType_ != GridSizeType::UNDEFINED ? sizeType_ : currentSizeType_; in GetSizeType()
H A Dgrid_container_info.h97 … (templateType_)(currentSizeType_)(sizeType_)(columns_)(gutterWidth_)(marginLeft_)(marginRight_)\
145 GridSizeType currentSizeType_ = GridSizeType::UNDEFINED; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Drender_grid_row.h53 return currentSizeType_; in GetCurrentSizeType()
64 GridSizeType currentSizeType_ = GridSizeType::UNDEFINED; variable
H A Drender_grid_row.cpp106 … auto totalColumn = GridContainerUtils::ProcessColumn(currentSizeType_, component->GetTotalCol()); in GetTotalCol()
116 auto gutter = GridContainerUtils::ProcessGutter(currentSizeType_, component->GetGutter()); in GetGutter()
134 if (currentSizeType_ != sizeType) { in PerformLayout()
137 currentSizeType_ = sizeType; in PerformLayout()