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.java115 Animator anim2 = AnimatorInflater .loadAnimator(mActivity, R.anim.changing_test_animator); in testLoadAnimatorWithDifferentInterpolators() local
128 Animator anim2 = AnimatorInflater.loadAnimator(mActivity, R.anim.test_animator); in testLoadAnimator() local
307 Animator anim2 = AnimatorInflater.loadAnimator(mActivity, R.anim.test_animator); in testReloadedAnimatorIsNotModified() local
/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java566 final ValueAnimator anim2 = ValueAnimator.ofPropertyValuesHolder(pvh2); in testOfObject_Converter() local
669 final ValueAnimator anim2 = ValueAnimator.ofFloat(0f, 1f); in testSetConverter() local
DObjectAnimatorTest.java782 final ObjectAnimator anim2 = ObjectAnimator.ofObject(target2, "position", null, path); in testOfObject_Converter() local
865 final ObjectAnimator anim2 = ObjectAnimator.ofFloat(target, AnimTarget.TEST_VALUE, 0); in testSetStartEndValues() local
DAnimatorSetTest.java118 ValueAnimator anim2 = ValueAnimator.ofInt(0, 100); in testPlaySequentially() local
232 ValueAnimator anim2 = ValueAnimator.ofFloat(10f, 100f); in testPlayTogether() local