Searched refs:rotateAnimatorY (Results 1 – 1 of 1) sorted by relevance
173 final ObjectAnimator rotateAnimatorY = ObjectAnimator.ofFloat(view, in addTranslationRotationAnimators() local175 rotateAnimatorY.setInterpolator(sDecelerateQuintInterpolator); in addTranslationRotationAnimators()176 rotateAnimatorY.setDuration(sAnimationDuration); in addTranslationRotationAnimators()177 rotateAnimatorY.setStartDelay(animationDelay); in addTranslationRotationAnimators()178 rotateAnimatorY.addListener(new AnimatorListenerAdapter() { in addTranslationRotationAnimators()196 animators.add(rotateAnimatorY); in addTranslationRotationAnimators()