HomeSort by relevance Sort by last modified time
    Searched refs:ANIM_DELAY (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/tests/coretests/src/android/animation/
ViewPropertyAnimatorTest.java 45 protected static final int ANIM_DELAY = 100;
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);
EventsTest.java 43 protected static final int ANIM_DELAY = 100;
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...]
AnimatorSetEventsTest.java 46 ANIM_DELAY + FUTURE_RELEASE_DELAY;

Completed in 146 milliseconds