Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A 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 …]
H A DPhysicsAnimationLayoutTestCase.java159 public void setActiveController(PhysicsAnimationController controller) { in setActiveController() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
161 () -> super.setActiveController( in setActiveController()
H A DExpandedAnimationControllerTest.java83 mLayout.setActiveController(mExpandedController); in setUp()
H A DStackAnimationControllerTest.java73 mLayout.setActiveController(mStackController); in setUp()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java612 mBubbleContainer.setActiveController(mStackAnimationController);
912 mBubbleContainer.setActiveController(mStackAnimationController); in BubbleStackView()
2241 mBubbleContainer.setActiveController(mExpandedAnimationController); in animateExpansion()
2383 () -> mBubbleContainer.setActiveController(mStackAnimationController)); in animateCollapse()
/aosp14/frameworks/base/packages/SystemUI/docs/
H A Dphysics-animation-layout.md119 ```setActiveController(PhysicsAnimationController controller)```
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java312 public void setActiveController(PhysicsAnimationController controller) {