Searched refs:propertyIdToString (Results 1 – 2 of 2) sorted by relevance
69 static String propertyIdToString(AnimatedPropertyID property) in propertyIdToString() function581 anim->setName(propertyIdToString(valueList.property())); in createAnimationFromKeyframes()763 anim->setName(propertyIdToString(valueList.property())); in createTransformAnimationsFromKeyframes()786 m_contentLayer->removeAnimation(propertyIdToString(anID)); in removeAnimationsForProperty()
238 static String propertyIdToString(AnimatedPropertyID property)258 builder.append(propertyIdToString(property));1838 …CABasicAnimation* basicAnim = [CABasicAnimation animationWithKeyPath:propertyIdToString(property)];1845 …eAnimation* keyframeAnim = [CAKeyframeAnimation animationWithKeyPath:propertyIdToString(property)];