Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dproperty_animatable.h61 static bool AddPropertyAnimation(const RefPtr<PropertyAnimatable>& propertyAnimatable, in AddPropertyAnimation() argument
65 if (!propertyAnimatable) { in AddPropertyAnimation()
73 typename U::SetterMap setterMap = propertyAnimatable->GetPropertySetterMap(u); in AddPropertyAnimation()
74 typename U::GetterMap getterMap = propertyAnimatable->GetPropertyGetterMap(u); in AddPropertyAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tween/
H A Dtween_element.h80 static bool CreatePropertyAnimation(const RefPtr<PropertyAnimatable>& propertyAnimatable,
H A Dtween_element.cpp778 bool TweenElement::CreatePropertyAnimation(const RefPtr<PropertyAnimatable>& propertyAnimatable, in CreatePropertyAnimation() argument
787 …PropertyAnimatable::AddPropertyAnimation<U, V>(propertyAnimatable, propertyType, animation, initVa… in CreatePropertyAnimation()