Searched refs:ANIM_PAUSE_DELAY (Results 1 – 1 of 1) sorted by relevance
47 protected static final int ANIM_PAUSE_DELAY = ANIM_DELAY / 2; field in EventsTest619 handler.postDelayed(new Pauser(mAnimator, mFuture), ANIM_PAUSE_DELAY); in testPauseResume()621 ANIM_PAUSE_DELAY + ANIM_PAUSE_DURATION); in testPauseResume()646 handler.postDelayed(new Pauser(mAnimator, mFuture), ANIM_PAUSE_DELAY); in testPauseResumeDelayed()648 ANIM_PAUSE_DELAY + ANIM_PAUSE_DURATION); in testPauseResumeDelayed()672 handler.postDelayed(new Pauser(mAnimator, mFuture), ANIM_PAUSE_DELAY); in testPauseTimeout()701 handler.postDelayed(new Pauser(mAnimator, mFuture), ANIM_PAUSE_DELAY); in testPauseTimeoutDelayed()