Home
last modified time | relevance | path

Searched defs:colorAnimator (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/animation/src/android/animation/cts/
DAnimationActivity.java170 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
DObjectAnimatorTest.java176 final ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, property, in testOfObject() local
293 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName, in testGetPropertyName() local
337 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName, in testGetTarget() local
926 ObjectAnimator colorAnimator) throws Throwable { in startAnimation()
DPropertyValuesHolderTest.java292 ObjectAnimator colorAnimator = ObjectAnimator.ofPropertyValuesHolder(object,pVHolder); in testOfInt_Property() local
818 final ObjectAnimator colorAnimator) throws Throwable { in startAnimation()