Home
last modified time | relevance | path

Searched refs:SwitchPointColor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_paint_property.h29 ACE_DEFINE_PROPERTY_GROUP_ITEM(SwitchPointColor, Color);
111 …ACE_DEFINE_PROPERTY_ITEM_WITH_GROUP(SwitchPaintParagraph, SwitchPointColor, Color, PROPERTY_UPDATE…
H A Dtoggle_model_ng.cpp579 SwitchPaintProperty, SwitchPointColor, value, frameNode, Color(DEFAULT_COLOR)); in GetSwitchPointColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_toggle.h42 static void SwitchPointColor(const JSCallbackInfo& info);
H A Djs_toggle.cpp76 JSClass<JSToggle>::StaticMethod("switchPointColor", &JSToggle::SwitchPointColor); in JSBind()
278 void JSToggle::SwitchPointColor(const JSCallbackInfo& info) in SwitchPointColor() function in OHOS::Ace::Framework::JSToggle