Searched refs:animationForChild (Results 1 – 4 of 4) sorted by relevance
368 animationForChild(bubble) in springBubbleTo()416 animationForChild(bubble)540 animationForChild(child) in onChildAdded()545 animationForChild(child) in onChildAdded()606 animationForChild(bubble) in updateBubblePositions()
187 protected PhysicsPropertyAnimator animationForChild(View child) { in animationForChild() method in PhysicsAnimationLayout.PhysicsAnimationController204 return animationForChild(mLayout.getChildAt(index)); in animationForChildAtIndex()
34 In either case, the controller can use `super.animationForChild` to retrieve a `PhysicsPropertyAnim…57 animationForChild(getChildAt(0))79 animationForChild(leadBubble)82 .scaleY(0.5f, () -> animationForChild(leadBubble).alpha(0).start(removeAllFromParent))89 animationForChild(newView)111 animationForChild(view)
295 protected PhysicsPropertyAnimator animationForChild(View child) { in animationForChild() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper