Home
last modified time | relevance | path

Searched refs:animationForChild (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DExpandedAnimationController.java254 animationForChild(mBubbleDraggingOut) in dragBubbleOut()
281 animationForChild(bubble)
300 animationForChild(bubbleView)
317 animationForChild(mBubbleDraggingOut)
433 animationForChild(child) in onChildAdded()
444 final PhysicsAnimationLayout.PhysicsPropertyAnimator animator = animationForChild(child); in onChildRemoved()
488 animationForChild(bubble) in updateBubblePositions()
DStackAnimationController.java676 animationForChild(child)
828 animationForChild(child)
DPhysicsAnimationLayout.java185 protected PhysicsPropertyAnimator animationForChild(View child) { in animationForChild() method in PhysicsAnimationLayout.PhysicsAnimationController
202 return animationForChild(mLayout.getChildAt(index)); in animationForChildAtIndex()
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md34 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)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java294 protected PhysicsPropertyAnimator animationForChild(View child) { in animationForChild() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper