Searched defs:colorAnimator (Results 1 – 3 of 3) sorted by relevance
170 public void startAnimation(ObjectAnimator bounceAnimator, ObjectAnimator colorAnimator) { in startAnimation()181 public void startColorAnimation(ValueAnimator colorAnimator){ in startColorAnimation()193 public ValueAnimator colorAnimator; field in AnimationActivity.AnimationView
177 final ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, property, in testOfObject() local293 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName, in testGetPropertyName() local337 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName, in testGetTarget() local927 ObjectAnimator colorAnimator) throws Throwable { in startAnimation()
293 ObjectAnimator colorAnimator = ObjectAnimator.ofPropertyValuesHolder(object,pVHolder); in testOfInt_Property() local819 final ObjectAnimator colorAnimator) throws Throwable { in startAnimation()