Searched refs:animSet (Results 1 – 5 of 5) sorted by relevance
61 final AnimatorSet animSet = new AnimatorSet(); in testPlayingCancelDuringChildDelay() local62 animSet.playSequentially(xAnim, yAnim); in testPlayingCancelDuringChildDelay()67 animSet.addListener(mFutureListener); in testPlayingCancelDuringChildDelay()69 animSet.start(); in testPlayingCancelDuringChildDelay()70 handler.postDelayed(new Canceler(animSet, mFuture), ANIM_DURATION + 250); in testPlayingCancelDuringChildDelay()
103 AnimationSet animSet = new AnimationSet(true); in createBoundsInterpolator() local109 animSet.addAnimation(anim); in createBoundsInterpolator()114 animSet.addAnimation(anim); in createBoundsInterpolator()115 mAnimation = animSet; in createBoundsInterpolator()119 AnimationSet animSet = new AnimationSet(true); in createBoundsInterpolator() local125 animSet.addAnimation(scaleAnim); in createBoundsInterpolator()129 animSet.addAnimation(translateAnim); in createBoundsInterpolator()136 animSet.addAnimation(clipAnim); in createBoundsInterpolator()137 mAnimation = animSet; in createBoundsInterpolator()
241 final AnimatorSet animSet = new AnimatorSet(); in createRectAnimator() local242 animSet.playTogether(animX, animY, animZ); in createRectAnimator()243 animSet.addListener(animatorListener); in createRectAnimator()244 return animSet; in createRectAnimator()
1593 AnimatorSet animSet = new AnimatorSet(); in groupAnimatorOfFloat() local1599 builder = animSet.play(anim); in groupAnimatorOfFloat()1605 return animSet; in groupAnimatorOfFloat()
3484 AnimatorSet animSet = new AnimatorSet();3485 animSet.setDuration(NO_DIRECT_SHARE_ANIM_IN_MILLIS);3486 animSet.setStartDelay(NO_DIRECT_SHARE_ANIM_IN_MILLIS);3487 animSet.playTogether(fadeAnim, translateAnim);3488 animSet.start();