Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java174 public void cancelAnimationsOnView(View view) { in cancelAnimationsOnView() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
178 mMainThreadHandler.post(() -> super.cancelAnimationsOnView(view)); in cancelAnimationsOnView()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DPhysicsAnimationLayout.java359 cancelAnimationsOnView(view);
463 public void cancelAnimationsOnView(View view) {
DExpandedAnimationController.java357 mLayout.cancelAnimationsOnView(bubble); in prepareForBubbleDrag()