Searched refs:realMaxSize (Results 1 – 1 of 1) sorted by relevance
110 auto realMaxSize = GetLeftSize(0.0f, mainLengthLimit_, crossLengthLimit_); in Measure() local113 MinusPaddingToSize(padding_, realMaxSize); in Measure()114 mainLengthLimit_ = GetMainAxisLengthOfSize(realMaxSize); in Measure()115 crossLengthLimit_ = GetCrossAxisLengthOfSize(realMaxSize); in Measure()116 childLayoutConstraint.UpdateMaxSizeWithCheck(realMaxSize); in Measure()