OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANIM_MID_DELAY
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/tests/coretests/src/android/animation/
ViewPropertyAnimatorTest.java
47
protected static final int
ANIM_MID_DELAY
= ANIM_DELAY / 2;
310
handler.postDelayed(new Canceler(mAnimator, mFuture),
ANIM_MID_DELAY
);
EventsTest.java
45
protected static final int
ANIM_MID_DELAY
= ANIM_DELAY / 2;
470
handler.postDelayed(new Canceler(mAnimator, mFuture),
ANIM_MID_DELAY
);
497
handler.postDelayed(new Ender(mAnimator, mFuture),
ANIM_MID_DELAY
);
Completed in 343 milliseconds