Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toggle/
H A Dswitch_paint_property.h49 … auto defaultPointRadius = defaultHeight / 2 - 2.0_vp; // Get the default radius of the point. in ToJsonValue() local
53 json->PutExtAttr("pointRadius", defaultPointRadius.ToString().c_str(), filter); in ToJsonValue()