Searched refs:ANIM_DELAY (Results 1 – 3 of 3) sorted by relevance
43 protected static final int ANIM_DELAY = 100; field in EventsTest45 protected static final int ANIM_MID_DELAY = ANIM_DELAY / 2;46 protected static final int ANIM_PAUSE_DURATION = ANIM_DELAY;47 protected static final int ANIM_PAUSE_DELAY = ANIM_DELAY / 2;86 return ANIM_DURATION + ANIM_DELAY + FUTURE_RELEASE_DELAY; in getTimeout()318 mAnimator.setStartDelay(ANIM_DELAY); in testStartDelayedCancel()341 mAnimator.setStartDelay(ANIM_DELAY); in testStartDelayedEnd()409 mAnimator.setStartDelay(ANIM_DELAY); in testPlayingDelayedCancel()433 mAnimator.setStartDelay(ANIM_DELAY); in testPlayingDelayedEnd()457 mAnimator.setStartDelay(ANIM_DELAY); in testPlayingDelayedCancelMidDelay()[all …]
45 protected static final int ANIM_DELAY = 100; field in ViewPropertyAnimatorTest47 protected static final int ANIM_MID_DELAY = ANIM_DELAY / 2;85 return ANIM_DURATION + ANIM_DELAY + FUTURE_RELEASE_DELAY; in getTimeout()228 mAnimator.setStartDelay(ANIM_DELAY); in testStartDelayedCancel()273 mAnimator.setStartDelay(ANIM_DELAY); in testPlayingDelayedCancel()297 mAnimator.setStartDelay(ANIM_DELAY); in testPlayingDelayedCancelMidDelay()348 mAnimator.setStartDelay(ANIM_DELAY); in testStartDelayedDoubleCancel()
46 ANIM_DELAY + FUTURE_RELEASE_DELAY; in getTimeout()