Searched refs:Canceler (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/animation/
H A DViewPropertyAnimatorTest.java64 protected static class Canceler implements Runnable { class in class:ViewPropertyAnimatorTest
67 public Canceler(ViewPropertyAnimator anim, FutureWaiter future) { method in class:ViewPropertyAnimatorTest.Canceler
259 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION);
283 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION);
310 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DELAY);
H A DAnimatorSetEventsTest.java67 handler.postDelayed(new Canceler(animSet, mFuture), ANIM_DURATION + 250);
H A DEventsTest.java65 protected static class Canceler implements Runnable { class in class:EventsTest
68 public Canceler(Animator anim, FutureWaiter future) { method in class:EventsTest.Canceler
372 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION);
419 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION);
470 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DELAY);

Completed in 861 milliseconds