Searched refs:childLayoutSize (Results 1 – 3 of 3) sorted by relevance
157 Size childLayoutSize; in PerformLayout() local175 childLayoutSize = child_->GetLayoutSize(); in PerformLayout()178 double width = childLayoutSize.Width() + buttonLayoutSize.Width(); in PerformLayout()179 double height = std::max(childLayoutSize.Height(), buttonLayoutSize.Height()); in PerformLayout()182 child_->SetPosition(Offset(0.0, (height - childLayoutSize.Height()) / 2.0)); in PerformLayout()186 … button_->SetPosition(Offset(childLayoutSize.Width(), (height - buttonLayoutSize.Height()) / 2.0)); in PerformLayout()
970 const auto& childLayoutSize = child->GetLayoutSize(); in SetItemsPosition() local971 double childMainSize = GetMainSize(childLayoutSize); in SetItemsPosition()999 auto offsetCross = CalculateLaneCrossOffset(crossSize, GetCrossSize(childLayoutSize)); in SetItemsPosition()1013 … GetMainAxis(offset), crossSize - GetCrossSize(childLayoutSize) - GetCrossAxis(offset)); in SetItemsPosition()1016 … mainSize - GetMainSize(childLayoutSize) - GetMainAxis(offset), GetCrossAxis(offset)); in SetItemsPosition()1034 crossSize = std::max(crossSize, GetCrossSize(childLayoutSize)); in SetItemsPosition()
431 double childLayoutSize = renderList_.GetMainSize(itemChild->GetLayoutSize()); in PerformLayout() local432 curMainSize += childLayoutSize; in PerformLayout()433 curAnimateMainSize += childLayoutSize; in PerformLayout()