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

/frameworks/base/core/tests/coretests/src/android/animation/
H A DViewPropertyAnimatorTest.java47 protected static final int ANIM_MID_DELAY = ANIM_DELAY / 2; field in class:ViewPropertyAnimatorTest
310 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DELAY);
H A DEventsTest.java45 protected static final int ANIM_MID_DELAY = ANIM_DELAY / 2; field in class:EventsTest
470 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DELAY);
497 handler.postDelayed(new Ender(mAnimator, mFuture), ANIM_MID_DELAY);

Completed in 115 milliseconds