Searched refs:animationForChild (Results 1 – 5 of 5) sorted by relevance
178 animationForChild(mBubbleDraggingOut) in dragBubbleOut()205 animationForChild(bubble)224 animationForChild(bubbleView)241 animationForChild(mBubbleDraggingOut)359 animationForChild(child) in onChildAdded()370 final PhysicsAnimationLayout.PhysicsPropertyAnimator animator = animationForChild(child); in onChildRemoved()408 animationForChild(bubble) in updateBubblePositions()
637 animationForChild(child)753 animationForChild(child)
178 protected PhysicsPropertyAnimator animationForChild(View child) { in animationForChild() method in PhysicsAnimationLayout.PhysicsAnimationController195 return animationForChild(mLayout.getChildAt(index)); in animationForChildAtIndex()
30 In either case, the controller can use `super.animationForChild` to retrieve a `PhysicsPropertyAnim…48 animationForChild(getChildAt(0))71 animationForChild(leadBubble)74 .scaleY(0.5f, () -> animationForChild(leadBubble).alpha(0).start(removeAllFromParent))81 animationForChild(newView)
290 protected PhysicsPropertyAnimator animationForChild(View child) { in animationForChild() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper