Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.h586 return textColorOff_; in GetTextColorOff()
591 textColorOff_ = textColorOff; in SetTextColorOff()
620 Color textColorOff_ = Color::BLACK; variable
H A Drender_switch.h93 Color textColorOff_ = Color::BLACK; variable
H A Drender_switch.cpp283 textColorOff_ = switchComponent->GetTextColorOff(); in UpdateRenderText()
292 textStyle_.SetTextColor(textColorOff_); in UpdateRenderText()