Searched refs:animIn (Results 1 – 1 of 1) sorted by relevance
156 ObjectAnimator animIn = ObjectAnimator.ofFloat(null, "rotationY", 90f, 0f). in setupCustomAnimations() local158 mTransitioner.setAnimator(LayoutTransition.APPEARING, animIn); in setupCustomAnimations()159 animIn.addListener(new AnimatorListenerAdapter() { in setupCustomAnimations()