Home
last modified time | relevance | path

Searched refs:sizeType_ (Results 1 – 3 of 3) 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()
41 systemGridInfo = GridSystemManager::GetInstance().GetSystemGridInfo(sizeType_); in BuildColumnWidth()
43 currentSizeType_ = sizeType_; in BuildColumnWidth()
75 return sizeType_ != GridSizeType::UNDEFINED ? sizeType_ : currentSizeType_; in GetSizeType()
H A Dgrid_container_info.h77 containerInfo_->sizeType_ = sizeType; in SetSizeType()
97 … (templateType_)(currentSizeType_)(sizeType_)(columns_)(gutterWidth_)(marginLeft_)(marginRight_)\
146 GridSizeType sizeType_ = GridSizeType::UNDEFINED; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid_layout/
H A Drender_grid_col.h36 sizeType_ = sizeType; in SetSizeType()
40 return sizeType_; in GetSizeType()
50 GridSizeType sizeType_ = GridSizeType::XS; variable