Searched refs:mWrappedController (Results 1 – 1 of 1) sorted by relevance
234 private final PhysicsAnimationController mWrappedController; field in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper237 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()263 return mWrappedController.getOffsetForChainedPropertyAnimation(property, index); in getOffsetForChainedPropertyAnimation()268 return mWrappedController.getSpringForce(property, view); in getSpringForce()273 runOnMainThreadAndBlock(() -> mWrappedController.onChildAdded(child, index)); in onChildAdded()279 () -> mWrappedController.onChildRemoved(child, index, finishRemoval)); in onChildRemoved()[all …]