Searched refs:unselectedMaskWrapper (Results 1 – 1 of 1) sorted by relevance
644 auto unselectedMaskWrapper = layoutWrapper->GetOrCreateChildByIndex(childCount_ + 1); in MeasureMask() local645 CHECK_NULL_VOID(unselectedMaskWrapper); in MeasureMask()646 …maskLayoutConstraint.selfIdealSize = OptionalSizeF(unselectedMaskWrapper->GetGeometryNode()->GetFr… in MeasureMask()647 unselectedMaskWrapper->Measure(maskLayoutConstraint); in MeasureMask()1012 auto unselectedMaskWrapper = layoutWrapper->GetOrCreateChildByIndex(childCount_ + 1); in LayoutMask() local1013 CHECK_NULL_VOID(unselectedMaskWrapper); in LayoutMask()1015 auto currentWrapper = (i == 0 ? selectedMaskWrapper : unselectedMaskWrapper); in LayoutMask()