Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid_row/
H A Dgrid_row_layout_algorithm.cpp241 auto hostLayoutProperty = host->GetLayoutProperty<GridRowLayoutProperty>(); in OnBreakPointChange() local
242 CHECK_NULL_VOID(hostLayoutProperty); in OnBreakPointChange()
245 hostLayoutProperty->UpdateSizeType(sizeType); in OnBreakPointChange()
250 hostLayoutProperty->GetBreakPointsValue().reference); in OnBreakPointChange()
260 …const auto& hostLayoutProperty = layoutWrapper->GetHostNode()->GetLayoutProperty<GridRowLayoutProp… in Measure() local
274 if (hostLayoutProperty->GetSizeTypeValue(V2::GridSizeType::UNDEFINED) != sizeType) { in Measure()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_pattern.cpp62 auto hostLayoutProperty = hostNode->GetLayoutProperty(); in OnModifyDone() local
63 CHECK_NULL_VOID(hostLayoutProperty); in OnModifyDone()
64 auto textDirection = hostLayoutProperty->GetNonAutoLayoutDirection(); in OnModifyDone()
179 auto hostLayoutProperty = hostNode->GetLayoutProperty(); in InitSwiperChangeDoneEvent() local
180 CHECK_NULL_VOID(hostLayoutProperty); in InitSwiperChangeDoneEvent()
181 auto textDirection = hostLayoutProperty->GetNonAutoLayoutDirection(); in InitSwiperChangeDoneEvent()
H A Dcalendar_month_pattern.cpp506 auto hostLayoutProperty = host->GetLayoutProperty(); in SetLineNodeSize() local
507 CHECK_NULL_VOID(hostLayoutProperty); in SetLineNodeSize()
508 …auto width = hostLayoutProperty->GetLayoutConstraint()->selfIdealSize.Width().value_or(Infinity<fl… in SetLineNodeSize()
509 …auto height = hostLayoutProperty->GetLayoutConstraint()->selfIdealSize.Height().value_or(Infinity<… in SetLineNodeSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_layout_algorithm.cpp1078 auto hostLayoutProperty = host->GetLayoutProperty<TabBarLayoutProperty>(); in UpdateHorizontalPadding() local
1079 CHECK_NULL_VOID(hostLayoutProperty); in UpdateHorizontalPadding()
1080 hostLayoutProperty->UpdatePadding( in UpdateHorizontalPadding()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp598 auto hostLayoutProperty = in OnDirtyLayoutWrapperSwap() local
600 if (hostLayoutProperty) { in OnDirtyLayoutWrapperSwap()
601 hostLayoutProperty->ResetTextAlignChanged(); in OnDirtyLayoutWrapperSwap()