Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java234 private final PhysicsAnimationController mWrappedController; field in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper
237 mWrappedController = controller; in MainThreadAnimationControllerWrapper()
242 mWrappedController.setLayout(layout); in setLayout()
247 return mWrappedController.getLayout(); in getLayout()
252 return mWrappedController.getAnimatedProperties(); in getAnimatedProperties()
257 return mWrappedController.getNextAnimationInChain(property, index); in getNextAnimationInChain()
262 return mWrappedController.getOffsetForChainedPropertyAnimation(property); in getOffsetForChainedPropertyAnimation()
267 return mWrappedController.getSpringForce(property, view); in getSpringForce()
272 runOnMainThreadAndBlock(() -> mWrappedController.onChildAdded(child, index)); in onChildAdded()
278 () -> mWrappedController.onChildRemoved(child, index, finishRemoval)); in onChildRemoved()
[all …]