Searched refs:mWrappedController (Results 1 – 1 of 1) sorted by relevance
230 private final PhysicsAnimationController mWrappedController; field in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper233 mWrappedController = controller; in MainThreadAnimationControllerWrapper()238 mWrappedController.setLayout(layout); in setLayout()243 return mWrappedController.getLayout(); in getLayout()248 return mWrappedController.getAnimatedProperties(); in getAnimatedProperties()253 return mWrappedController.getNextAnimationInChain(property, index); in getNextAnimationInChain()258 return mWrappedController.getOffsetForChainedPropertyAnimation(property); in getOffsetForChainedPropertyAnimation()263 return mWrappedController.getSpringForce(property, view); in getSpringForce()268 runOnMainThreadAndBlock(() -> mWrappedController.onChildAdded(child, index)); in onChildAdded()274 () -> mWrappedController.onChildRemoved(child, index, finishRemoval)); in onChildRemoved()[all …]