Searched refs:currentSizeType_ (Results 1 – 4 of 4) sorted by relevance
40 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()
97 … (templateType_)(currentSizeType_)(sizeType_)(columns_)(gutterWidth_)(marginLeft_)(marginRight_)\145 GridSizeType currentSizeType_ = GridSizeType::UNDEFINED; variable
53 return currentSizeType_; in GetCurrentSizeType()64 GridSizeType currentSizeType_ = GridSizeType::UNDEFINED; variable
106 … 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()