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

/frameworks/base/core/tests/coretests/src/android/animation/
H A DViewPropertyAnimatorTest.java45 protected static final int ANIM_DELAY = 100; field in class:ViewPropertyAnimatorTest
47 protected static final int ANIM_MID_DELAY = ANIM_DELAY / 2;
85 return ANIM_DURATION + ANIM_DELAY + FUTURE_RELEASE_DELAY;
228 mAnimator.setStartDelay(ANIM_DELAY);
273 mAnimator.setStartDelay(ANIM_DELAY);
297 mAnimator.setStartDelay(ANIM_DELAY);
348 mAnimator.setStartDelay(ANIM_DELAY);
H A DEventsTest.java43 protected static final int ANIM_DELAY = 100; field in class:EventsTest
45 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;
318 mAnimator.setStartDelay(ANIM_DELAY);
341 mAnimator.setStartDelay(ANIM_DELAY);
409 mAnimator.setStartDelay(ANIM_DELAY);
433 mAnimator.setStartDelay(ANIM_DELAY);
457 mAnimator.setStartDelay(ANIM_DELAY);
[all...]
H A DAnimatorSetEventsTest.java46 ANIM_DELAY + FUTURE_RELEASE_DELAY;

Completed in 4448 milliseconds