Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/side_bar/
H A Dside_bar_layout_test_ng.cpp218 sideBarLayoutProperty->UpdateMarginSelfIdealSize(value);
252 sideBarLayoutProperty->UpdateMarginSelfIdealSize(value);
284 sideBarLayoutProperty->UpdateMarginSelfIdealSize(value);
711 sideBarLayoutProperty->UpdateMarginSelfIdealSize(value);
757 sideBarLayoutProperty->UpdateMarginSelfIdealSize(value);
797 sideBarLayoutProperty->UpdateMarginSelfIdealSize(value);
831 sideBarLayoutProperty->UpdateMarginSelfIdealSize(value);
1147 sideBarLayoutProperty->UpdateMarginSelfIdealSize(value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_layout_algorithm.cpp75 textLayoutProperty->UpdateMarginSelfIdealSize(textSize); in Measure()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_pattern_test_ng.cpp633 navigationLayoutProperty->UpdateMarginSelfIdealSize(value);
681 navigationLayoutProperty->UpdateMarginSelfIdealSize(value);
1264 navigationLayoutProperty->UpdateMarginSelfIdealSize(value);
1510 navigationLayoutProperty->UpdateMarginSelfIdealSize(value);
1582 navigationLayoutProperty->UpdateMarginSelfIdealSize(value);
1666 navigationLayoutProperty->UpdateMarginSelfIdealSize(value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.h214 void UpdateMarginSelfIdealSize(const SizeF& value);
H A Dlayout_property.cpp1083 void LayoutProperty::UpdateMarginSelfIdealSize(const SizeF& value) in UpdateMarginSelfIdealSize() function in OHOS::Ace::NG::LayoutProperty
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_test_ng.cpp1542 pickerProperty->UpdateMarginSelfIdealSize(value);
1574 pickerProperty->UpdateMarginSelfIdealSize(value);
1611 pickerProperty->UpdateMarginSelfIdealSize(value);
1654 pickerProperty->UpdateMarginSelfIdealSize(value);
1699 pickerProperty->UpdateMarginSelfIdealSize(value);
H A Dtext_picker_Extend_test_ng.cpp1564 pickerProperty->UpdateMarginSelfIdealSize(size);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_property_test_ng.cpp1425 layoutProperty->UpdateMarginSelfIdealSize(calcSize);
1433 layoutProperty->UpdateMarginSelfIdealSize(calcSize);
1447 layoutProperty->UpdateMarginSelfIdealSize(calcSize);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/badge/
H A Dbadge_layout_algorithm.cpp153 textLayoutProperty->UpdateMarginSelfIdealSize(SizeF(badgeWidth, badgeHeight)); in Measure()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp679 property->UpdateMarginSelfIdealSize(SizeF(MIN_SIZE, MIN_SIZE));
714 property->UpdateMarginSelfIdealSize(SizeF(ENLARGE_SIZE, ENLARGE_SIZE));
1127 property->UpdateMarginSelfIdealSize(SizeF(MIN_SIZE, MIN_SIZE));
1552 property->UpdateMarginSelfIdealSize(SizeF(MIN_SIZE, MIN_SIZE));
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/
H A Dmenuitem_test_ng.cpp645 props->UpdateMarginSelfIdealSize(value);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp1407 svgLayoutProperty->UpdateMarginSelfIdealSize(size); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_test_ng.cpp1858 dialogLayoutProps->UpdateMarginSelfIdealSize(size);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp556 previewProperty->UpdateMarginSelfIdealSize(previewSize); in CreatePreviewImageFrameNode()