Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayoutTestCase.java171 public void cancelAnimationsOnView(View view) { in cancelAnimationsOnView() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
172 mMainThreadHandler.post(() -> super.cancelAnimationsOnView(view)); in cancelAnimationsOnView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/animation/
DPhysicsAnimationLayout.java334 cancelAnimationsOnView(view);
402 public void cancelAnimationsOnView(View view) {
DExpandedAnimationController.java163 mLayout.cancelAnimationsOnView(bubble); in prepareForBubbleDrag()