Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayout.java350 cancelAnimationsOnView(view);
451 public void cancelAnimationsOnView(View view) {
H A DExpandedAnimationController.java339 mLayout.cancelAnimationsOnView(bubble); in prepareForBubbleDrag()