Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/animation/
H A DUnfoldMoveFromCenterAnimator.kt74 animatedViews.forEach { animatedView ->
75 animatedView.view.get()?.let {
76 animatedView.updateAnimatedView(it)
88 val animatedView = createAnimatedView(view) regex
89 animatedViews.add(animatedView)