Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DStatusBarSystemEventAnimator.kt92 val moveIn = ValueAnimator.ofFloat(1f, 0f).apply { in onSystemEventAnimationFinish() constant
110 animatorSet.playTogether(moveIn, alphaIn) in onSystemEventAnimationFinish()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt121 val moveIn = ValueAnimator.ofInt(chipMinWidth, chipWidth).apply { in onSystemEventAnimationBegin() constant
128 animSet.playTogether(alphaIn, contentAlphaIn, moveIn) in onSystemEventAnimationBegin()