Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/animation/
H A DUnfoldMoveFromCenterAnimator.kt77 animatedViews.forEach { animatedView ->
78 animatedView.view.get()?.let {
79 animatedView.updateAnimatedView(it)
91 val animatedView = createAnimatedView(view) regex
92 animatedViews.add(animatedView)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
H A DStatusBarSystemEventAnimator.kt37 val animatedView: View,
42 onAlphaChanged = animatedView::setAlpha,
43 onTranslationXChanged = animatedView::setTranslationX,