Home
last modified time | relevance | path

Searched refs:unselectedMaskWrapper (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.cpp644 auto unselectedMaskWrapper = layoutWrapper->GetOrCreateChildByIndex(childCount_ + 1); in MeasureMask() local
645 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() local
1013 CHECK_NULL_VOID(unselectedMaskWrapper); in LayoutMask()
1015 auto currentWrapper = (i == 0 ? selectedMaskWrapper : unselectedMaskWrapper); in LayoutMask()