Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_modifier.h234 CHECK_NULL_VOID(checkBoxGroupShape_); in SetCheckboxGroupStyle()
235 checkBoxGroupShape_->Set(static_cast<int32_t>(checkBoxGroupStyle)); in SetCheckboxGroupStyle()
252 RefPtr<PropertyInt> checkBoxGroupShape_; variable
H A Dcheckboxgroup_modifier.cpp70checkBoxGroupShape_ = AceType::MakeRefPtr<PropertyInt>(static_cast<int32_t>(CheckBoxStyle::CIRCULA… in CheckBoxGroupModifier()
87 AttachProperty(checkBoxGroupShape_); in CheckBoxGroupModifier()