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
167 mMainThreadHandler.post(super::cancelAllAnimations); in cancelAllAnimations()
DPhysicsAnimationLayoutTest.java313 mLayout.cancelAllAnimations(); in testCancelAllAnimations()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java313 cancelAllAnimations();
410 public void cancelAllAnimations() {
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleStackView.java1943 mBubbleContainer.cancelAllAnimations(); in animateCollapse()