Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt174 updateAnimatedViewBoundsHeight(animatedValue as Int, chipVerticalCenter) in createMoveOutAnimationForDot()
183 updateAnimatedViewBoundsHeight(animatedValue as Int, chipVerticalCenter) in createMoveOutAnimationForDot()
338 private fun updateAnimatedViewBoundsHeight(height: Int, verticalCenter: Int) { in updateAnimatedViewBoundsHeight() method