Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java166 public void cancelAllAnimations() { in cancelAllAnimations() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
167 mMainThreadHandler.post(super::cancelAllAnimations); in cancelAllAnimations()
DPhysicsAnimationLayoutTest.java313 mLayout.cancelAllAnimations(); in testCancelAllAnimations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java311 cancelAllAnimations();
405 public void cancelAllAnimations() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java970 mBubbleContainer.cancelAllAnimations(); in animateCollapse()