Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list_item.cpp77 LayoutParam boxLayout = GetLayoutParam(); in PerformLayout() local
78 boxLayout.SetMinSize(Size(0.0, 0.0)); in PerformLayout()
79 renderBox_->Layout(boxLayout); in PerformLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp410 LayoutParam boxLayout; in LayoutBox() local
416 boxLayout.SetFixedSize(boxSize); in LayoutBox()
418 renderBox_->Layout(boxLayout); in LayoutBox()
421 boxLayout.SetFixedSize(realSize_); in LayoutBox()
423 renderBox_->Layout(boxLayout); in LayoutBox()