Home
last modified time | relevance | path

Searched refs:yAnim (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/animation/
DAnimatorSetEventsTest.java37 ObjectAnimator yAnim = ObjectAnimator.ofFloat(this, "translationY", 0, 100); field in AnimatorSetEventsTest
43 ((AnimatorSet)mAnimator).playSequentially(xAnim, yAnim); in setUp()
60 yAnim.setStartDelay(500); in testPlayingCancelDuringChildDelay()
62 animSet.playSequentially(xAnim, yAnim); in testPlayingCancelDuringChildDelay()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java1100 ObjectAnimator yAnim = ObjectAnimator.ofFloat(mViewFlipper, View.TRANSLATION_Y, in startDisappearAnimation() local
1106 anims.playTogether(alphaAnim, yAnim); in startDisappearAnimation()