Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_properties.h65 AnimatableDimension GetBackdropRadius() const;
H A Danimatable_properties.cpp217 animatableProperties->GetBackdropRadius().Value()); in UpdatePropAnimation()
707 AnimatableDimension AnimatableProperties::GetBackdropRadius() const in GetBackdropRadius() function in OHOS::Ace::AnimatableProperties
713 return renderNode->GetBackdropRadius(); in GetBackdropRadius()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.h183 AnimatableDimension GetBackdropRadius() const;
H A Drender_box.cpp1468 AnimatableDimension RenderBox::GetBackdropRadius() const in GetBackdropRadius() function in OHOS::Ace::RenderBox
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dinspector_composed_element.cpp1122 return render->GetBackdropRadius().Value(); in GetBackDropBlur()