Home | History | Annotate | Download | only in animation

Lines Matching refs:cancel

74                 mAnim.cancel();
191 * Verify that calling cancel on an unstarted animator does nothing.
196 mAnimator.cancel();
200 * Verify that calling cancel on a started animator does the right thing.
212 mAnimator.cancel();
235 mAnimator.cancel();
293 * Same as testPlayingDelayedCancel, but cancel during the startDelay period
304 // the listeners with cancel/end callbacks since they won't be called
332 mAnimator.cancel();
333 mAnimator.cancel();
356 mAnimator.cancel();
357 mAnimator.cancel();