Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Ddatepicker_dialog_view.cpp1234 MarginProperty marginCheckbox; in CreateLunarswitchNode() local
1235 marginCheckbox.left = CalcLength(PICKER_DIALOG_MARGIN_FORM_EDGE); in CreateLunarswitchNode()
1236 marginCheckbox.right = CalcLength(PICKER_MARGIN_FROM_TITLE_AND_BUTTON); in CreateLunarswitchNode()
1237 checkboxLayoutProps->UpdateMargin(marginCheckbox); in CreateLunarswitchNode()