Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_content_modifier.cpp108 rectTopLeftRadiusX_ = AceType::MakeRefPtr<AnimatablePropertyFloat>(.0f); in InitializeShapeProperty()
121 AttachProperty(rectTopLeftRadiusX_); in InitializeShapeProperty()
732 float radiusX = rectTopLeftRadiusX_->Get() - borderWidth * HALF; in SetShapeRectRadius()
824 rectTopLeftRadiusX_->Set(rect->GetTopLeftRadius().GetX().ConvertToPx()); in SetBlockShape()
H A Dslider_content_modifier.h325 RefPtr<AnimatablePropertyFloat> rectTopLeftRadiusX_; variable