Searched refs:moveOut (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/ |
D | StatusBarSystemEventAnimator.kt | 70 val moveOut = ValueAnimator.ofFloat(0f, 1f).apply { in onSystemEventAnimationBegin() constant 86 animSet.playTogether(moveOut, alphaOut) in onSystemEventAnimationBegin()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
D | SystemEventChipAnimationController.kt | 189 val moveOut = ValueAnimator.ofInt(0, dotSize).apply { in createMoveOutAnimationForDot() constant 205 animSet.playTogether(width1, width2, height1, height2, moveOut) in createMoveOutAnimationForDot() 223 val moveOut = ValueAnimator.ofInt(chipWidth, chipMinWidth).apply { in createMoveOutAnimationDefault() constant 234 animSet.playTogether(alphaOut, contentAlphaOut, moveOut) in createMoveOutAnimationDefault()
|