Home
last modified time | relevance | path

Searched refs:marginAnimator (Results 1 – 1 of 1) sorted by relevance

/development/samples/StartingWindow/src/com/example/android/startingwindow/
DCustomizeExitActivity.java129 ValueAnimator marginAnimator = createContentAnimation(); in onSplashScreenExit() local
131 animatorSet.playTogether(translationY, alpha, marginAnimator); in onSplashScreenExit()
157 ValueAnimator marginAnimator = ValueAnimator.ofFloat(marginStart, marginEnd); in createContentAnimation() local
158 marginAnimator.addUpdateListener(valueAnimator -> { in createContentAnimation()
167 marginAnimator.setInterpolator(EASE_IN_OUT); in createContentAnimation()
168 return marginAnimator; in createContentAnimation()