Home
last modified time | relevance | path

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

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