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/
DObjectAnimatorTest.java91 final ObjectAnimator colorAnimator = ObjectAnimator.ofInt(object, property, in testOfInt() local
118 final ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, property, in testOfObject() local
145 final ObjectAnimator colorAnimator = ObjectAnimator.ofPropertyValuesHolder(object, in testOfPropertyValuesHolder() local
171 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName, in testGetPropertyName() local
205 ObjectAnimator colorAnimator = ObjectAnimator.ofObject(object, propertyName, in testGetTarget() local
258 ObjectAnimator colorAnimator) throws Throwable { in startAnimation()
DAnimationActivity.java171 public void startAnimation(ObjectAnimator bounceAnimator, ObjectAnimator colorAnimator) { in startAnimation()
182 public void startColorAnimation(ValueAnimator colorAnimator){ in startColorAnimation()
194 public ValueAnimator colorAnimator; field in AnimationActivity.AnimationView
DPropertyValuesHolderTest.java265 ObjectAnimator colorAnimator = ObjectAnimator.ofPropertyValuesHolder(object,pVHolder); in testOfInt_Property() local
420 final ObjectAnimator colorAnimator) throws Throwable { in startAnimation()