Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dcheckable_component.h576 return textColorOn_; in GetTextColorOn()
581 textColorOn_ = textColorOn; in SetTextColorOn()
619 Color textColorOn_ = Color::BLACK; variable
H A Drender_switch.h92 Color textColorOn_ = Color::BLACK; variable
H A Drender_switch.cpp282 textColorOn_ = switchComponent->GetTextColorOn(); in UpdateRenderText()
287 textStyle_.SetTextColor(textColorOn_); in UpdateRenderText()