Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_switch.cpp112 text = textOff_; in UpdateAccessibilityAttr()
144 textOffComponent_ = AceType::MakeRefPtr<TextComponent>(textOff_); in InitRenderText()
192 textOffSize_ = CalculateTextSize(textOff_, renderTextOff_); in PerformLayout()
281 textOff_ = switchComponent->GetTextOff(); in UpdateRenderText()
293 textOffComponent_->SetData(textOff_); in UpdateRenderText()
H A Dcheckable_component.h556 return textOff_; in GetTextOff()
561 textOff_ = textOff; in SetTextOff()
618 std::string textOff_ = "Off"; variable
H A Drender_switch.h86 std::string textOff_ = "Off"; 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()
173 if (!textOff_.empty()) { in PrepareSpecializedComponent()
174 switchChild_->SetTextOff(textOff_); in PrepareSpecializedComponent()
H A Ddom_switch.h48 std::string textOff_; variable