Home
last modified time | relevance | path

Searched refs:textLayout (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp463 LayoutParam textLayout; in PerformLayout() local
464 textLayout.SetFixedSize(textSize); in PerformLayout()
478 renderText_->Layout(textLayout); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_dialog_view.cpp329 auto textLayout = textNode->GetLayoutProperty<TextLayoutProperty>(); in CreateTextItemNode() local
333 textLayout->UpdateMargin(marginProperty); in CreateTextItemNode()