Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt167 val keyFrame1Height = dotSize * 2 in createMoveOutAnimationForDot() constant
169 val height1 = ValueAnimator.ofInt(chipBounds.height(), keyFrame1Height).apply { in createMoveOutAnimationForDot()
178 val height2 = ValueAnimator.ofInt(keyFrame1Height, dotSize).apply { in createMoveOutAnimationForDot()