Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/animation/
DUnfoldMoveFromCenterAnimator.kt54 private val animatedViews: MutableList<AnimatedView> = arrayListOf() constant in com.android.systemui.shared.animation.UnfoldMoveFromCenterAnimator
77 animatedViews.forEach { animatedView -> in updateViewPositions()
92 animatedViews.add(animatedView) in registerViewForAnimation()
100 animatedViews.clear() in clearRegisteredViews()
104 animatedViews.forEach { in onTransitionProgress()