Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/animation/
DEventsTest.java43 protected static final int ANIM_DELAY = 100; field in 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; 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 …]
DViewPropertyAnimatorTest.java45 protected static final int ANIM_DELAY = 100; field in ViewPropertyAnimatorTest
47 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()
DAnimatorSetEventsTest.java46 ANIM_DELAY + FUTURE_RELEASE_DELAY; in getTimeout()