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
199 final ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, property, in testOfObject() local346 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName, in testGetPropertyName() local391 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName, in testGetTarget() local981 ObjectAnimator colorAnimator) throws Throwable { in startAnimation()
307 ObjectAnimator colorAnimator = ObjectAnimator.ofPropertyValuesHolder(object,pVHolder); in testOfInt_Property() local830 final ObjectAnimator colorAnimator) throws Throwable { in startAnimation()