Home
last modified time | relevance | path

Searched defs:boardColor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_paint_method.cpp40 const Color& boardColor, float dragOffsetX) in SwitchModifier()
H A Dswitch_paint_method.h51 … auto boardColor = isSelect_ ? paintProperty->GetSelectedColorValue(switchTheme->GetActiveColor()) in GetContentModifier() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_paint_method.h45 …auto boardColor = isSelect ? paintProperty->GetCheckBoxSelectedColorValue(checkBoxTheme->GetActive… in GetContentModifier() local
H A Dcheckbox_paint_method.cpp47 CheckBoxModifier::CheckBoxModifier(bool isSelect, const Color& boardColor, const Color& checkColor, in CheckBoxModifier()