Searched refs:transitionSet (Results 1 – 2 of 2) sorted by relevance
885 TransitionSet transitionSet = new TransitionSet(); in expand() local886 transitionSet.addTransition(boundsTransition); in expand()887 transitionSet.addTransition(fadeIn); in expand()889 transitionSet.excludeTarget(R.id.text, /* exclude = */ true); in expand()894 transitionSet.addListener(new TransitionListener() { in expand()918 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()