Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/animation/
DUnfoldMoveFromCenterAnimator.kt79 animatedView.updateAnimatedView(it) in updateViewPositions()
127 AnimatedView(view = WeakReference(view)).updateAnimatedView(view) in createAnimatedView()
129 private fun AnimatedView.updateAnimatedView(view: View): AnimatedView { in createAnimatedView() method in com.android.systemui.shared.animation.UnfoldMoveFromCenterAnimator