Searched refs:closeIconWrapper (Results 1 – 2 of 2) sorted by relevance
92 auto closeIconWrapper = GetNodeLayoutWrapperByTag(layoutWrapper, V2::PANEL_CLOSE_ICON_ETS_TAG); in Measure() local93 if (closeIconWrapper) { in Measure()94 MeasureCloseIcon(closeIconWrapper, layoutProperty); in Measure()149 auto closeIconWrapper = GetNodeLayoutWrapperByTag(layoutWrapper, V2::PANEL_CLOSE_ICON_ETS_TAG); in Layout() local150 CHECK_NULL_VOID(closeIconWrapper); in Layout()160 closeIconWrapper->GetGeometryNode()->SetMarginFrameOffset(closeIconOffset + padding.Offset()); in Layout()161 closeIconWrapper->Layout(); in Layout()183 … const RefPtr<LayoutWrapper>& closeIconWrapper, const RefPtr<LayoutProperty>& layoutProperty) const in MeasureCloseIcon() argument185 CHECK_NULL_VOID(closeIconWrapper); in MeasureCloseIcon()189 auto closeIconGeometryNode = closeIconWrapper->GetGeometryNode(); in MeasureCloseIcon()[all …]
95 …const RefPtr<LayoutWrapper>& closeIconWrapper, const RefPtr<LayoutProperty>& layoutProperty) const;