Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimatable_properties.h36 void SetPropWidth(const Dimension& width);
H A Danimatable_properties.cpp44 animatableProperties->SetPropWidth(width->GetValue()); in UpdatePropAnimation()
446 void AnimatableProperties::SetPropWidth(const Dimension& width) in SetPropWidth() function in OHOS::Ace::AnimatableProperties