Home
last modified time | relevance | path

Searched refs:cancelAnimationsOnView (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTestCase.java171 public void cancelAnimationsOnView(View view) { in cancelAnimationsOnView() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
172 mMainThreadHandler.post(() -> super.cancelAnimationsOnView(view)); in cancelAnimationsOnView()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java344 cancelAnimationsOnView(view);
440 public void cancelAnimationsOnView(View view) {
H A DExpandedAnimationController.java307 mLayout.cancelAnimationsOnView(bubble); in prepareForBubbleDrag()