Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationController.java388 animationForChild(bubble) in springBubbleTo()
436 animationForChild(bubble)
570 animationForChild(child) in onChildAdded()
575 animationForChild(child) in onChildAdded()
644 animationForChild(bubble) in updateBubblePositions()
DPhysicsAnimationLayout.java187 protected PhysicsPropertyAnimator animationForChild(View child) { in animationForChild() method in PhysicsAnimationLayout.PhysicsAnimationController
204 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/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java304 protected PhysicsPropertyAnimator animationForChild(View child) { in animationForChild() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper