Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt63 private var chipMinWidth = context.resources.getDimensionPixelSize( variable in com.android.systemui.statusbar.events.SystemEventChipAnimationController
121 val moveIn = ValueAnimator.ofInt(chipMinWidth, chipWidth).apply { in onSystemEventAnimationBegin()
150 val width1 = ValueAnimator.ofInt(chipWidth, chipMinWidth).apply { in createMoveOutAnimationForDot()
158 val width2 = ValueAnimator.ofInt(chipMinWidth, dotSize).apply { in createMoveOutAnimationForDot()
223 val moveOut = ValueAnimator.ofInt(chipWidth, chipMinWidth).apply { in createMoveOutAnimationDefault()