Searched refs:Canceler (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | ViewPropertyAnimatorTest.java | 64 protected static class Canceler implements Runnable { class in ViewPropertyAnimatorTest 67 public Canceler(ViewPropertyAnimator anim, FutureWaiter future) { in Canceler() method in ViewPropertyAnimatorTest.Canceler 259 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION); in testPlayingCancel() 283 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION); in testPlayingDelayedCancel() 310 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DELAY); in testPlayingDelayedCancelMidDelay()
|
D | EventsTest.java | 65 protected static class Canceler implements Runnable { class in EventsTest 68 public Canceler(Animator anim, FutureWaiter future) { in Canceler() method in EventsTest.Canceler 372 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION); in testPlayingCancel() 419 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DURATION); in testPlayingDelayedCancel() 470 handler.postDelayed(new Canceler(mAnimator, mFuture), ANIM_MID_DELAY); in testPlayingDelayedCancelMidDelay()
|
D | AnimatorSetEventsTest.java | 67 handler.postDelayed(new Canceler(animSet, mFuture), ANIM_DURATION + 250); in testPlayingCancelDuringChildDelay()
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.1.jd | 388 <li>Acoustic Echo Canceler (AEC) with {@link android.media.audiofx.AcousticEchoCanceler}
|