Searched refs:ANIM_MID_DURATION (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | ViewPropertyAnimatorTest.java | 46 protected static final int ANIM_MID_DURATION = ANIM_DURATION / 2; field in ViewPropertyAnimatorTest 259 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION); in testPlayingCancel() 283 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION); in testPlayingDelayedCancel()
|
D | EventsTest.java | 44 protected static final int ANIM_MID_DURATION = ANIM_DURATION / 2; field in EventsTest 372 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION); in testPlayingCancel() 395 handler.postDelayed(new Ender(mAnimator, mFuture), ANIM_MID_DURATION); in testPlayingEnd() 419 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION); in testPlayingDelayedCancel() 443 handler.postDelayed(new Ender(mAnimator, mFuture), ANIM_MID_DURATION); in testPlayingDelayedEnd()
|