Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala/arkui/src/generated/
DArkToggle.ts109 public switchPointColor(value: ResourceColor): this { method in ArkToggleComponent
DArkToggleInterfaces.ts90 switchPointColor: ResourceColor; property
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/
DArkToggle.ts95 public switchPointColor(value: ResourceColor): this { method in ArkToggleComponent
DArkToggleInterfaces.ts76 switchPointColor: ResourceColor; property
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
Dswitch_paint_property.cpp38 auto switchPointColor = switchTheme->GetPointColor(); in ToJsonValue() local
Dtoggle_model_ng.cpp136 void ToggleModelNG::SetSwitchPointColor(const std::optional<Color>& switchPointColor) in SetSwitchPointColor()
570 …gleModelNG::SetSwitchPointColor(FrameNode* frameNode, const std::optional<Color>& switchPointColor) in SetSwitchPointColor()
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui-ohos/src/component/
Dtoggle.ts189 switchPointColor(value: ResourceColor | undefined): this method
254 public switchPointColor(value: ResourceColor | undefined): this { method in ArkToggleComponent
/foundation/arkui/ace_engine/frameworks/bridge/arkts_frontend/koala_projects/arkoala-arkts/arkui/src/generated/peers/
DArkTogglePeer.ts166 switchPointColor?: ResourceColor property
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dtoggle_model_impl.cpp110 void ToggleModelImpl::SetSwitchPointColor(const std::optional<Color>& switchPointColor) in SetSwitchPointColor()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
Dnode_toggle_modifier.cpp89 void SetToggleSwitchPointColor(ArkUINodeHandle node, ArkUI_Uint32 switchPointColor) in SetToggleSwitchPointColor()
97 void SetToggleSwitchPointColorPtr(ArkUINodeHandle node, ArkUI_Uint32 switchPointColor, void* colorR… in SetToggleSwitchPointColorPtr()
407 void SetToggleIsOn(ArkUINodeHandle node, ArkUI_Bool switchPointColor) in SetToggleIsOn()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkToggle.ts52 switchPointColor(value: ResourceColor): this { method in ArkToggleComponent
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
Djs_toggle.cpp284 std::optional<Color> switchPointColor; in SwitchPointColor() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js21635 switchPointColor(value) { method in ArkToggleComponent