Home
last modified time | relevance | path

Searched refs:cancelAllAnimations (Results 1 – 5 of 5) 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.java304 mLayout.cancelAllAnimations(); in testCancelAllAnimations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java266 cancelAllAnimations();
386 public void cancelAllAnimations() {
DStackAnimationController.java718 mLayout.cancelAllAnimations();
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java915 mBubbleContainer.cancelAllAnimations(); in animateExpansion()