Searched refs:transitionSet (Results 1 – 2 of 2) sorted by relevance
785 TransitionSet transitionSet = new TransitionSet(); in expand() local786 transitionSet.addTransition(boundsTransition); in expand()787 transitionSet.addTransition(fadeIn); in expand()789 transitionSet.excludeTarget(R.id.text, /* exclude = */ true); in expand()794 transitionSet.addListener(new TransitionListener() { in expand()818 TransitionManager.beginDelayedTransition(transitionViewContainer, transitionSet); in expand()
1720 AnimatorSet transitionSet = new AnimatorSet(); in createUndoAnimation() local1721 transitionSet.playTogether(height, fade); in createUndoAnimation()1722 transitionSet.addListener(new HardwareLayerEnabler(this)); in createUndoAnimation()1723 return transitionSet; in createUndoAnimation()1733 AnimatorSet transitionSet = new AnimatorSet(); in createDestroyWithSwipeAnimation() local1734 transitionSet.playSequentially(slide, height); in createDestroyWithSwipeAnimation()1735 return transitionSet; in createDestroyWithSwipeAnimation()