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