Home
last modified time | relevance | path

Searched refs:AnimatedView (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()
111 private fun AnimatedView.applyTransition(progress: Float) { in AnimatedView() method
121 private fun AnimatedView.applyAlpha(progress: Float) { in AnimatedView() method
126 private fun createAnimatedView(view: View): AnimatedView = in createAnimatedView()
127 AnimatedView(view = WeakReference(view)).updateAnimatedView(view) in createAnimatedView()
129 private fun AnimatedView.updateAnimatedView(view: View): AnimatedView { in createAnimatedView() method
188 private class AnimatedView( class