Searched refs:setupAnimator (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/animation/
H A DAutoCancelTest.java42 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");
/frameworks/support/design/lollipop/android/support/design/widget/
H A DFloatingActionButtonLollipop.java108 setupAnimator(ObjectAnimator.ofFloat(mView, "translationZ", translationZ)));
110 setupAnimator(ObjectAnimator.ofFloat(mView, "translationZ", translationZ)));
113 setupAnimator(ObjectAnimator.ofFloat(mView, "translationZ", 0f)));
128 private Animator setupAnimator(Animator animator) { method in class:FloatingActionButtonLollipop

Completed in 82 milliseconds