Home
last modified time | relevance | path

Searched defs:anim2 (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimatorInflaterTest.java91 Animator anim2 = AnimatorInflater .loadAnimator(mActivity, R.anim.changing_test_animator); in testLoadAnimatorWithDifferentInterpolators() local
104 Animator anim2 = AnimatorInflater.loadAnimator(mActivity, R.anim.test_animator); in testLoadAnimator() local
282 Animator anim2 = AnimatorInflater.loadAnimator(mActivity, R.anim.test_animator); in testReloadedAnimatorIsNotModified() local
/cts/tests/tests/animation/src/android/animation/cts/
DAnimatorSetTest.java105 ValueAnimator anim2 = ValueAnimator.ofInt(0, 100); in testPlaySequentially() local
219 ValueAnimator anim2 = ValueAnimator.ofFloat(10f, 100f); in testPlayTogether() local
DPropertyValuesHolderTest.java551 final ValueAnimator anim2 = ValueAnimator.ofPropertyValuesHolder(pvh2); in testOfObject_Converter() local
654 final ValueAnimator anim2 = ValueAnimator.ofFloat(0f, 1f); in testSetConverter() local
DObjectAnimatorTest.java728 final ObjectAnimator anim2 = ObjectAnimator.ofObject(target2, "position", null, path); in testOfObject_Converter() local
812 final ObjectAnimator anim2 = ObjectAnimator.ofFloat(target, AnimTarget.TEST_VALUE, 0); in testSetStartEndValues() local