Home
last modified time | relevance | path

Searched refs:Canceler (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/animation/
DViewPropertyAnimatorTest.java64 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()
DEventsTest.java65 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()
DAnimatorSetEventsTest.java67 handler.postDelayed(new Canceler(animSet, mFuture), ANIM_DURATION + 250); in testPlayingCancelDuringChildDelay()
/frameworks/base/docs/html/about/versions/
Dandroid-4.1.jd388 <li>Acoustic Echo Canceler (AEC) with {@link android.media.audiofx.AcousticEchoCanceler}