Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTest.java80 mLayout.setActiveController(mTestableController); in testHierarchyChanges()
105 mLayout.setActiveController(mTestableController); in testUpdateValueNotChained()
136 mLayout.setActiveController(mTestableController); in testSetEndActions()
179 mLayout.setActiveController(mTestableController); in testRemoveEndListeners()
220 mLayout.setActiveController(mTestableController); in testSetController()
233 mLayout.setActiveController(secondController); in testSetController()
256 mLayout.setActiveController(mTestableController); in testSetController()
273 mLayout.setActiveController(mTestableController); in testArePropertiesAnimating()
297 mLayout.setActiveController(mTestableController); in testCancelAllAnimations()
313 mLayout.setActiveController(mTestableController);
[all …]
DPhysicsAnimationLayoutTestCase.java159 public void setActiveController(PhysicsAnimationController controller) { in setActiveController() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
161 () -> super.setActiveController( in setActiveController()
DExpandedAnimationControllerTest.java64 mLayout.setActiveController(mExpandedController); in setUp()
DStackAnimationControllerTest.java57 mLayout.setActiveController(mStackController); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java333 mBubbleContainer.setActiveController(mStackAnimationController); in BubbleStackView()
909 mBubbleContainer.setActiveController(mExpandedAnimationController); in animateExpansion()
919 mBubbleContainer.setActiveController(mStackAnimationController); in animateExpansion()
1012 mBubbleContainer.setActiveController(mStackAnimationController); in onDragStart()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java265 public void setActiveController(PhysicsAnimationController controller) {