Home
last modified time | relevance | path

Searched refs:setActiveController (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTest.java82 mLayout.setActiveController(mTestableController); in testHierarchyChanges()
108 mLayout.setActiveController(mTestableController); in testUpdateValueNotChained()
141 mLayout.setActiveController(mTestableController); in testSetEndActions()
185 mLayout.setActiveController(mTestableController); in testRemoveEndListeners()
227 mLayout.setActiveController(mTestableController); in testSetController()
240 mLayout.setActiveController(secondController); in testSetController()
263 mLayout.setActiveController(mTestableController); in testSetController()
281 mLayout.setActiveController(mTestableController); in testArePropertiesAnimating()
306 mLayout.setActiveController(mTestableController); in testCancelAllAnimations()
322 mLayout.setActiveController(mTestableController);
[all …]
DPhysicsAnimationLayoutTestCase.java159 public void setActiveController(PhysicsAnimationController controller) { in setActiveController() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
161 () -> super.setActiveController( in setActiveController()
DExpandedAnimationControllerTest.java70 mLayout.setActiveController(mExpandedController); in setUp()
DStackAnimationControllerTest.java71 mLayout.setActiveController(mStackController); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java613 mBubbleContainer.setActiveController(mStackAnimationController);
833 mBubbleContainer.setActiveController(mStackAnimationController); in BubbleStackView()
1898 mBubbleContainer.setActiveController(mExpandedAnimationController); in animateExpansion()
2001 () -> mBubbleContainer.setActiveController(mStackAnimationController)), startDelay); in animateCollapse()
/frameworks/base/packages/SystemUI/docs/
Dphysics-animation-layout.md119 ```setActiveController(PhysicsAnimationController controller)```
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java310 public void setActiveController(PhysicsAnimationController controller) {