Searched refs:propertyAnimatable (Results 1 – 3 of 3) sorted by relevance
61 static bool AddPropertyAnimation(const RefPtr<PropertyAnimatable>& propertyAnimatable, in AddPropertyAnimation() argument65 if (!propertyAnimatable) { in AddPropertyAnimation()73 typename U::SetterMap setterMap = propertyAnimatable->GetPropertySetterMap(u); in AddPropertyAnimation()74 typename U::GetterMap getterMap = propertyAnimatable->GetPropertyGetterMap(u); in AddPropertyAnimation()
80 static bool CreatePropertyAnimation(const RefPtr<PropertyAnimatable>& propertyAnimatable,
778 bool TweenElement::CreatePropertyAnimation(const RefPtr<PropertyAnimatable>& propertyAnimatable, in CreatePropertyAnimation() argument787 …PropertyAnimatable::AddPropertyAnimation<U, V>(propertyAnimatable, propertyType, animation, initVa… in CreatePropertyAnimation()