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.java243 private final PhysicsAnimationController mWrappedController; field in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout.MainThreadAnimationControllerWrapper
246 mWrappedController = controller; in MainThreadAnimationControllerWrapper()
251 mWrappedController.setLayout(layout); in setLayout()
256 return mWrappedController.getLayout(); in getLayout()
261 return mWrappedController.getAnimatedProperties(); in getAnimatedProperties()
266 return mWrappedController.getNextAnimationInChain(property, index); in getNextAnimationInChain()
272 return mWrappedController.getOffsetForChainedPropertyAnimation(property, index); in getOffsetForChainedPropertyAnimation()
277 return mWrappedController.getSpringForce(property, view); in getSpringForce()
282 runOnMainThreadAndBlock(() -> mWrappedController.onChildAdded(child, index)); in onChildAdded()
288 () -> mWrappedController.onChildRemoved(child, index, finishRemoval)); in onChildRemoved()
[all …]