Home
last modified time | relevance | path

Searched defs:switchPointColor (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_toggle_modifier.cpp41 void SetToggleSwitchPointColor(ArkUINodeHandle node, uint32_t switchPointColor) in SetToggleSwitchPointColor()
Dtoggle_modifier.cpp72 void SetToggleSwitchPointColor(NodeHandle node, uint32_t switchPointColor) in SetToggleSwitchPointColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkToggle.ts31 switchPointColor(value: ResourceColor): this { method in ArkToggleComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dtoggle_model_impl.cpp117 void ToggleModelImpl::SetSwitchPointColor(const Color& switchPointColor) in SetSwitchPointColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
Dtoggle_model_ng.cpp224 void ToggleModelNG::SetSwitchPointColor(const Color& switchPointColor) in SetSwitchPointColor()
477 void ToggleModelNG::SetSwitchPointColor(FrameNode* frameNode, const Color& switchPointColor) in SetSwitchPointColor()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js10227 switchPointColor(value) { method in ArkToggleComponent