Searched refs:sizeType_ (Results 1 – 3 of 3) sorted by relevance
40 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()
77 containerInfo_->sizeType_ = sizeType; in SetSizeType()97 … (templateType_)(currentSizeType_)(sizeType_)(columns_)(gutterWidth_)(marginLeft_)(marginRight_)\146 GridSizeType sizeType_ = GridSizeType::UNDEFINED; variable
36 sizeType_ = sizeType; in SetSizeType()40 return sizeType_; in GetSizeType()50 GridSizeType sizeType_ = GridSizeType::XS; variable