Searched refs:cancelAnimationsOnView (Results 1 – 3 of 3) sorted by relevance
171 public void cancelAnimationsOnView(View view) { in cancelAnimationsOnView() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout172 mMainThreadHandler.post(() -> super.cancelAnimationsOnView(view)); in cancelAnimationsOnView()
334 cancelAnimationsOnView(view);402 public void cancelAnimationsOnView(View view) {
163 mLayout.cancelAnimationsOnView(bubble); in prepareForBubbleDrag()