Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
H A DSystemEventChipAnimationController.kt170 val keyFrame1Height = dotSize * 2 regex
172 val height1 = ValueAnimator.ofInt(chipBounds.height(), keyFrame1Height).apply {
181 val height2 = ValueAnimator.ofInt(keyFrame1Height, dotSize).apply {