Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTest.java122 .animationForChildAtIndex(0) in testUpdateValueNotChained()
168 mTestableController.animationForChildAtIndex(0) in testSetEndActions()
202 mTestableController.animationForChildAtIndex(0) in testRemoveEndListeners()
211 mTestableController.animationForChildAtIndex(0) in testRemoveEndListeners()
241 mTestableController.animationForChildAtIndex(0) in testSetController()
264 mTestableController.animationForChildAtIndex(0) in testSetController()
287 mTestableController.animationForChildAtIndex(0) in testArePropertiesAnimating()
309 mTestableController.animationForChildAtIndex(0) in testCancelAllAnimations()
328 mTestableController.animationForChildAtIndex(0)
345 mTestableController.animationForChildAtIndex(0)
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DStackAnimationController.java560 animationForChildAtIndex(0)
685 animationForChildAtIndex(0).translationX(mStackPosition.x).start();
762 animationForChildAtIndex(1)
821 animationForChildAtIndex(index + 1)
DPhysicsAnimationLayout.java201 protected PhysicsPropertyAnimator animationForChildAtIndex(int index) { in animationForChildAtIndex() method in PhysicsAnimationLayout.PhysicsAnimationController
219 final PhysicsPropertyAnimator anim = animationForChildAtIndex(i); in animationsForChildrenFromIndex()
DExpandedAnimationController.java332 animationForChildAtIndex(index)