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

/frameworks/base/core/tests/coretests/src/android/animation/
H A DEventsTest.java114 static class Pauser implements Runnable { class in class:EventsTest
117 public Pauser(Animator anim, FutureWaiter future) { method in class:EventsTest.Pauser
619 handler.postDelayed(new Pauser(mAnimator, mFuture), ANIM_PAUSE_DELAY);
646 handler.postDelayed(new Pauser(mAnimator, mFuture), ANIM_PAUSE_DELAY);
672 handler.postDelayed(new Pauser(mAnimator, mFuture), ANIM_PAUSE_DELAY);
701 handler.postDelayed(new Pauser(mAnimator, mFuture), ANIM_PAUSE_DELAY);

Completed in 76 milliseconds