Home
last modified time | relevance | path

Searched refs:switchChild_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_switch.cpp30 switchChild_ = AceType::MakeRefPtr<SwitchComponent>(nullptr); in DOMSwitch()
31 switchChild_->SetTextOn(Localization::GetInstance()->GetEntryLetters("switch.on")); in DOMSwitch()
32 switchChild_->SetTextOff(Localization::GetInstance()->GetEntryLetters("switch.off")); in DOMSwitch()
44 switchChild_->ApplyTheme(theme); in ResetInitializedStyle()
46 switchChild_->SetTextOn(Localization::GetInstance()->GetEntryLetters("switch.on")); in ResetInitializedStyle()
47 switchChild_->SetTextOff(Localization::GetInstance()->GetEntryLetters("switch.off")); in ResetInitializedStyle()
74 switchAttrOperators[operatorIter].value(attr.second, *switchChild_, textOn_, textOff_); in SetSpecializedAttr()
112 switchTextOperators[operatorIter].value(style.second, *this, *switchChild_, textStyle_); in SetSpecializedStyle()
122 switchChild_->SetChangeEvent(changeEvent_); in AddSpecializedEvent()
127 switchChild_ in AddSpecializedEvent()
[all...]
H A Ddom_switch.h33 return switchChild_;
51 RefPtr<SwitchComponent> switchChild_; member in OHOS::Ace::Framework::final

Completed in 2 milliseconds