Searched refs:alphaOut (Results 1 – 2 of 2) sorted by relevance
77 val alphaOut = ValueAnimator.ofFloat(1f, 0f).apply { in onSystemEventAnimationBegin() constant86 animSet.playTogether(moveOut, alphaOut) in onSystemEventAnimationBegin()
210 val alphaOut = ValueAnimator.ofFloat(1f, 0f).apply { in createMoveOutAnimationDefault() constant234 animSet.playTogether(alphaOut, contentAlphaOut, moveOut) in createMoveOutAnimationDefault()