Searched defs:animator2 (Results  1 – 1 of 1) sorted by relevance
| /cts/tests/tests/animation/src/android/animation/cts/ | 
| D | AnimatorSetTest.java | 676         ObjectAnimator animator2 = new ObjectAnimator();  in testClone()  local 957         ValueAnimator animator2 = ValueAnimator.ofFloat(0f, 1f);  in seekSequentially()  local 1001         ValueAnimator animator2 = ValueAnimator.ofFloat(0f, 1f);  in seekSequentiallyWithRepeats()  local 1032         ValueAnimator animator2 = ValueAnimator.ofFloat(0f, 1f);  in seekReverse()  local 1074         ObjectAnimator animator2 = ObjectAnimator.ofFloat(target, "val", 100f, 0f);  in seekForwardOrder()  local 1107         ObjectAnimator animator2 = ObjectAnimator.ofFloat(target, "val", 100f, 0f);  in seekBackwardOrder()  local 1145         ObjectAnimator animator2 = ObjectAnimator.ofFloat(target, "val", 100f, 0f);  in seekNestedSets()  local
  |