Searched refs:animatedView (Results 1 – 4 of 4) sorted by relevance
81 val animatedView = View(context) in testUsingPhysics() constant83 viewState.applyToView(animatedView) in testUsingPhysics()91 viewState.animateTo(animatedView, animationProperties) in testUsingPhysics()92 Assert.assertTrue(PhysicsPropertyAnimator.isAnimating(animatedView, Y_TRANSLATION)) in testUsingPhysics()97 val animatedView = View(context) in testNotUsingPhysics() constant99 viewState.applyToView(animatedView) in testNotUsingPhysics()107 viewState.animateTo(animatedView, animationProperties) in testNotUsingPhysics()108 val tag = animatedView.getTag(TAG_ANIMATOR_TRANSLATION_Y) in testNotUsingPhysics()
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()
38 constructor(val animatedView: View, resources: Resources, isAnimationRunning: Boolean = false) : constant in com.android.systemui.statusbar.phone.fragment.StatusBarSystemEventAnimator41 onAlphaChanged = animatedView::setAlpha,42 onTranslationXChanged = animatedView::setTranslationX,
194 val animatedView = currentAnimatedView ?: return in prepareChipAnimation() constant195 animationWindowView.removeView(animatedView.view) in prepareChipAnimation()