Searched refs:setupAnimator (Results 1 - 1 of 1) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | AutoCancelTest.java | 42 ObjectAnimator setupAnimator(long startDelay, String... properties) { method in class:AutoCancelTest 62 final ObjectAnimator animX1 = setupAnimator(startDelay, "x"); 63 final ObjectAnimator animY1 = setupAnimator(startDelay, "y"); 64 final ObjectAnimator animXY1 = setupAnimator(startDelay, "x", "y"); 65 final ObjectAnimator animXZ1 = setupAnimator(startDelay, "x", "z"); 72 final ObjectAnimator animX2 = setupAnimator(0, "x"); 87 final ObjectAnimator animXY2 = setupAnimator(0, "x", "y");
|
Completed in 102 milliseconds