Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt125 addUpdateListener { updateAnimatedViewBoundsWidth(animatedValue as Int) } in onSystemEventAnimationBegin()
154 updateAnimatedViewBoundsWidth(animatedValue as Int) in createMoveOutAnimationForDot()
163 updateAnimatedViewBoundsWidth(animatedValue as Int) in createMoveOutAnimationForDot()
228 updateAnimatedViewBoundsWidth(animatedValue as Int) in createMoveOutAnimationDefault()
323 private fun updateAnimatedViewBoundsWidth(width: Int) { in initializeAnimRect() method in com.android.systemui.statusbar.events.SystemEventChipAnimationController