Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/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()
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 …]