Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/indexer/
H A Dindexer_pattern.cpp756 nodeLayoutProperty->UpdateContent(nodeStr); in ApplyIndexChanged()
757 nodeLayoutProperty->UpdateTextAlign(TextAlign::CENTER); in ApplyIndexChanged()
758 nodeLayoutProperty->UpdateAlignment(Alignment::CENTER); in ApplyIndexChanged()
759 nodeLayoutProperty->UpdateMinFontScale(1.0f); in ApplyIndexChanged()
760 nodeLayoutProperty->UpdateMaxFontScale(1.0f); in ApplyIndexChanged()
761 nodeLayoutProperty->UpdateMaxLines(1); in ApplyIndexChanged()
796 nodeLayoutProperty->UpdateTextColor( in ApplyIndexChanged()
813 nodeLayoutProperty->UpdateFontSize(selectedFont.GetFontSize()); in ApplyIndexChanged()
815 nodeLayoutProperty->UpdateFontWeight(fontWeight); in ApplyIndexChanged()
853 nodeLayoutProperty->UpdateFontSize(defaultFont.GetFontSize()); in ApplyIndexChanged()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_view.cpp259 auto nodeLayoutProperty = node->GetLayoutProperty<LayoutProperty>(); in UpdateContainerIdealSizeConstraint() local
260 CHECK_NULL_VOID(nodeLayoutProperty); in UpdateContainerIdealSizeConstraint()
261 nodeLayoutProperty->UpdateCalcLayoutProperty(layoutConstraint); in UpdateContainerIdealSizeConstraint()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng.cpp155 auto nodeLayoutProperty = node->GetLayoutProperty(); variable
156 nodeLayoutProperty->geometryTransition_ =