Home
last modified time | relevance | path

Searched refs:selectedMaskWrapper (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.cpp639 auto selectedMaskWrapper = layoutWrapper->GetOrCreateChildByIndex(childCount_); in MeasureMask() local
640 CHECK_NULL_VOID(selectedMaskWrapper); in MeasureMask()
641 …maskLayoutConstraint.selfIdealSize = OptionalSizeF(selectedMaskWrapper->GetGeometryNode()->GetFram… in MeasureMask()
642 selectedMaskWrapper->Measure(maskLayoutConstraint); in MeasureMask()
1010 auto selectedMaskWrapper = layoutWrapper->GetOrCreateChildByIndex(childCount_); in LayoutMask() local
1011 CHECK_NULL_VOID(selectedMaskWrapper); in LayoutMask()
1015 auto currentWrapper = (i == 0 ? selectedMaskWrapper : unselectedMaskWrapper); in LayoutMask()