Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/
DViewStateTest.kt81 val animatedView = View(context) in testUsingPhysics() constant
83 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() constant
99 viewState.applyToView(animatedView) in testNotUsingPhysics()
107 viewState.animateTo(animatedView, animationProperties) in testNotUsingPhysics()
108 val tag = animatedView.getTag(TAG_ANIMATOR_TRANSLATION_Y) in testNotUsingPhysics()
/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.kt38 constructor(val animatedView: View, resources: Resources, isAnimationRunning: Boolean = false) : constant in com.android.systemui.statusbar.phone.fragment.StatusBarSystemEventAnimator
41 onAlphaChanged = animatedView::setAlpha,
42 onTranslationXChanged = animatedView::setTranslationX,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt194 val animatedView = currentAnimatedView ?: return in prepareChipAnimation() constant
195 animationWindowView.removeView(animatedView.view) in prepareChipAnimation()