Searched refs:marginAnimator (Results 1 – 1 of 1) sorted by relevance
129 ValueAnimator marginAnimator = createContentAnimation(); in onSplashScreenExit() local131 animatorSet.playTogether(translationY, alpha, marginAnimator); in onSplashScreenExit()157 ValueAnimator marginAnimator = ValueAnimator.ofFloat(marginStart, marginEnd); in createContentAnimation() local158 marginAnimator.addUpdateListener(valueAnimator -> { in createContentAnimation()167 marginAnimator.setInterpolator(EASE_IN_OUT); in createContentAnimation()168 return marginAnimator; in createContentAnimation()