Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java166 public void cancelAllAnimations() { in cancelAllAnimations() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
170 mMainThreadHandler.post(super::cancelAllAnimations); in cancelAllAnimations()
DPhysicsAnimationLayoutTest.java319 mLayout.cancelAllAnimations(); in testCancelAllAnimations()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java322 cancelAllAnimations();
433 public void cancelAllAnimations() {
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java2658 mBubbleContainer.cancelAllAnimations(); in animateCollapse()