Searched refs:animatedView (Results 1 – 2 of 2) sorted by relevance
77 animatedViews.forEach { animatedView -> in updateViewPositions() method78 animatedView.view.get()?.let { in updateViewPositions()79 animatedView.updateAnimatedView(it) in updateViewPositions()91 val animatedView = createAnimatedView(view) in registerViewForAnimation() constant92 animatedViews.add(animatedView) in registerViewForAnimation()
37 val animatedView: View, constant in com.android.systemui.statusbar.phone.fragment.StatusBarSystemEventAnimator42 onAlphaChanged = animatedView::setAlpha,43 onTranslationXChanged = animatedView::setTranslationX,