Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_switch.cpp110 text = textOn_; in UpdateAccessibilityAttr()
138 textOnComponent_ = AceType::MakeRefPtr<TextComponent>(textOn_); in InitRenderText()
191 textOnSize_ = CalculateTextSize(textOn_, renderTextOn_); in PerformLayout()
280 textOn_ = switchComponent->GetTextOn(); in UpdateRenderText()
288 textOnComponent_->SetData(textOn_); in UpdateRenderText()
H A Dcheckable_component.h546 return textOn_; in GetTextOn()
551 textOn_ = textOn; in SetTextOn()
617 std::string textOn_ = "On";
H A Drender_switch.h85 std::string textOn_ = "On"; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_switch.cpp74 switchAttrOperators[operatorIter].value(attr.second, *switchChild_, textOn_, textOff_); in SetSpecializedAttr()
170 if (!textOn_.empty()) { in PrepareSpecializedComponent()
171 switchChild_->SetTextOn(textOn_); in PrepareSpecializedComponent()
H A Ddom_switch.h47 std::string textOn_;