Searched refs:alphaIn (Results 1 – 2 of 2) sorted by relevance
100 val alphaIn = ValueAnimator.ofFloat(0f, 1f).apply { in onSystemEventAnimationFinish() constant110 animatorSet.playTogether(moveIn, alphaIn) in onSystemEventAnimationFinish()
108 val alphaIn = ValueAnimator.ofFloat(0f, 1f).apply { in onSystemEventAnimationBegin() constant128 animSet.playTogether(alphaIn, contentAlphaIn, moveIn) in onSystemEventAnimationBegin()