Searched refs:selfMax (Results 1 – 1 of 1) sorted by relevance
421 Size selfMax = Size(selfMaxWidth_, selfMaxHeight_); in CalculateSelfLayoutParam() local426 Size constrainMax = selfMax; in CalculateSelfLayoutParam()438 selfMax = layoutSetByParent.Constrain(constrainMax); in CalculateSelfLayoutParam()444 selfMax.SetWidth(constrainMax.Width()); in CalculateSelfLayoutParam()447 selfMax.SetHeight(constrainMax.Height()); in CalculateSelfLayoutParam()451 selfLayoutParam_.SetMaxSize(selfMax); in CalculateSelfLayoutParam()455 double width = selfMax.Width(); in CalculateSelfLayoutParam()567 Size selfMax = selfLayoutParam_.GetMaxSize() - margin_.GetLayoutSize(); in CalculateSelfLayoutSize() local578 width = selfMax.Width(); in CalculateSelfLayoutSize()580 width = selfMax.Width() + padding_.GetLayoutSize().Width() + borderSize.Width(); in CalculateSelfLayoutSize()[all …]