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

/frameworks/base/core/tests/coretests/src/android/animation/
H A DEventsTest.java47 protected static final int ANIM_PAUSE_DELAY = ANIM_DELAY / 2; field in class:EventsTest
619 handler.postDelayed(new Pauser(mAnimator, mFuture), ANIM_PAUSE_DELAY);
621 ANIM_PAUSE_DELAY + ANIM_PAUSE_DURATION);
646 handler.postDelayed(new Pauser(mAnimator, mFuture), ANIM_PAUSE_DELAY);
648 ANIM_PAUSE_DELAY + ANIM_PAUSE_DURATION);
672 handler.postDelayed(new Pauser(mAnimator, mFuture), ANIM_PAUSE_DELAY);
701 handler.postDelayed(new Pauser(mAnimator, mFuture), ANIM_PAUSE_DELAY);

Completed in 44 milliseconds